l10n: Eliminated STRING_TASK_VALID_DESC

This commit is contained in:
Paul Beckingham 2018-01-20 14:45:38 -05:00
parent cf56983b58
commit 5f6f61c591
10 changed files with 1 additions and 10 deletions

View file

@ -548,7 +548,6 @@
#define STRING_TASK_DEPEND_MISS_DEL "Could not delete a dependency on task {1} - not found."
#define STRING_TASK_DEPEND_DUP "La tâche {1} dépend déjà de la tâche {2}."
#define STRING_TASK_DEPEND_CIRCULAR "Circular dependency detected and disallowed."
#define STRING_TASK_VALID_DESC "A task must have a description."
#define STRING_TASK_VALID_BLANK "Cannot add a task that is blank."
#define STRING_TASK_VALID_BEFORE "Warning: You have specified that the '{1}' date is after the '{2}' date."
#define STRING_TASK_VALID_REC_DUE "A recurring task must also have a 'due' date."