mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks (thanks to greenskeleton).
This commit is contained in:
parent
938077115e
commit
bcc9eb3d7a
6 changed files with 9 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
#define STRING_A3_ID_AFTER_HYPHEN "Unrecognized ID after hyphen."
|
||||
#define STRING_A3_RANGE_INVERTED "Inverted range 'high-low' instead of 'low-high'"
|
||||
#define STRING_A3_UUID_AFTER_COMMA "Unrecognized UUID after comma."
|
||||
#define STRING_A3_ZERO_ID "'{1}' is not a valid ID."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "The color '{1}' is not recognized."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue