Legacy Checking

- The 'show' command now mentions use of any deprecated configuration
  variables.
This commit is contained in:
Paul Beckingham
2011-10-22 23:28:31 -04:00
parent dc3470a9a8
commit 0aa953dc4e
4 changed files with 46 additions and 8 deletions

View File

@@ -495,6 +495,7 @@
#define STRING_CONFIG_BAD_WRITE "Could not write to '{1}'."
#define STRING_CONFIG_DEPRECATED_US "Your .taskrc file contains color settings that use deprecated underscores. Please check:"
#define STRING_CONFIG_DEPRECATED_COL "Your .taskrc file contains reports with deprecated columns. Please check for entry_time, start_time or end_time in:"
#define STRING_CONFIG_DEPRECATED_VAR "Your .taskrc file contains variables that are deprecated:"
// Context
#define STRING_CONTEXT_CREATE_RC "A configuration file could not be found in {1}\n\nWould you like a sample {2} created, so taskwarrior can proceed?"