From 37e41effdef1c409135af51598a616917ebad57f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 27 Jun 2015 15:59:02 -0400 Subject: [PATCH] L10N: Removed 'permanently' from deletion notification - Deletion is not really permanent (thanks to smemsh). --- src/l10n/eng-USA.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index f0e15cdad..bce55af81 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -372,7 +372,7 @@ #define STRING_CMD_UDAS_ORPHANS "{1} Orphan UDAs" #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_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?"