l10n: Make safete valve message more explicit about completed/deleted tasks

This commit is contained in:
Tomas Babej 2016-10-31 18:21:03 +01:00 committed by Paul Beckingham
parent 4079fb2326
commit 7ab0e9c722
9 changed files with 9 additions and 9 deletions

View file

@ -860,7 +860,7 @@
#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."
#define STRING_TASK_VALID_RECUR "The recurrence value '{1}' is not valid."
#define STRING_TASK_SAFETY_VALVE "This command has no filter, and will modify all tasks. Are you sure?"
#define STRING_TASK_SAFETY_VALVE "This command has no filter, and will modify all (including completed and deleted) tasks. Are you sure?"
#define STRING_TASK_SAFETY_FAIL "Command prevented from running."
#define STRING_TASK_SAFETY_ALLOW "You did not specify a filter, and with the 'allow.empty.filter' value, no action is taken."
#define STRING_TASK_INVALID_DUR "The duration value '{1}' is not supported."