L10N: Removed 'permanently' from deletion notification

- Deletion is not really permanent (thanks to smemsh).
This commit is contained in:
Paul Beckingham 2015-06-27 15:59:02 -04:00
parent b67b2ccc96
commit 37e41effde

View file

@ -372,7 +372,7 @@
#define STRING_CMD_UDAS_ORPHANS "{1} Orphan UDAs" #define STRING_CMD_UDAS_ORPHANS "{1} Orphan UDAs"
#define STRING_CMD_DELETE_USAGE "Deletes the specified task" #define STRING_CMD_DELETE_USAGE "Deletes the specified task"
#define STRING_CMD_DELETE_CONFIRM "Permanently delete task {1} '{2}'?" #define STRING_CMD_DELETE_CONFIRM "Delete task {1} '{2}'?"
#define STRING_CMD_DELETE_TASK "Deleting task {1} '{2}'." #define STRING_CMD_DELETE_TASK "Deleting task {1} '{2}'."
#define STRING_CMD_DELETE_TASK_R "Deleting recurring task {1} '{2}'." #define STRING_CMD_DELETE_TASK_R "Deleting recurring task {1} '{2}'."
#define STRING_CMD_DELETE_CONFIRM_R "This is a recurring task. Do you want to delete all pending recurrences of this same task?" #define STRING_CMD_DELETE_CONFIRM_R "This is a recurring task. Do you want to delete all pending recurrences of this same task?"