mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
I18N
- Improved an error message that really needed to state that the error is in the config file.
This commit is contained in:
parent
064eacd6bc
commit
9e28b5311c
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@
|
|||
#define STRING_CONFIG_OVERNEST "Configuration file nested to more than 10 levels deep - this has to be a mistake."
|
||||
#define STRING_CONFIG_READ_INCLUDE "Could not read include file '{1}'."
|
||||
#define STRING_CONFIG_INCLUDE_PATH "Can only include files with absolute paths, not '{1}'"
|
||||
#define STRING_CONFIG_BAD_ENTRY "Malformed entry '{1}'."
|
||||
#define STRING_CONFIG_BAD_ENTRY "Malformed entry '{1}' in config file."
|
||||
#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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue