- 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

@@ -117,6 +117,7 @@
#define STRING_A3_ID_AFTER_HYPHEN "ID no reconocido tras guión."
#define STRING_A3_RANGE_INVERTED "Rango invertido 'alto-bajo' en vez de 'bajo-alto'"
#define STRING_A3_UUID_AFTER_COMMA "UUID no reconocido tras coma."
#define STRING_A3_ZERO_ID "'{1}' is not a valid ID."
// Color
#define STRING_COLOR_UNRECOGNIZED "El color '{1}' no se reconoce."