mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Removed inverted range error, and instead the parser just downgrades from an ID range to unknown.
This commit is contained in:
parent
0ac751c94d
commit
66c303daef
8 changed files with 4 additions and 8 deletions
|
@ -106,7 +106,6 @@
|
|||
#define STRING_PARSER_ALIAS_NEST "Nested alias limit of {1} reached."
|
||||
#define STRING_PARSER_OVERRIDE_RC "Modifica configurazione rc.{1}:{2}"
|
||||
#define STRING_PARSER_UNKNOWN_ATTMOD "Errore: modificatore di attributo non riconosciuto '{1}'."
|
||||
#define STRING_PARSER_RANGE_INVERTED "Intervallo invertito 'alto-basso' invece di 'basso-alto'"
|
||||
#define STRING_PARSER_UUID_AFTER_COMMA "UUID non riconosciuto dopo la virgola."
|
||||
#define STRING_PARSER_ALTERNATE_RC "Uso del file .taskrc alternativo {1}"
|
||||
#define STRING_PARSER_ALTERNATE_DATA "Uso di data.location alternativa {1}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue