- Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
  (thanks to greenskeleton).
This commit is contained in:
Paul Beckingham 2013-09-10 22:00:44 -04:00
parent 938077115e
commit bcc9eb3d7a
6 changed files with 9 additions and 0 deletions

View file

@ -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."