mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
L10N: Removed 'permanently' from deletion notification
- Deletion is not really permanent (thanks to smemsh).
This commit is contained in:
parent
b67b2ccc96
commit
37e41effde
1 changed files with 1 additions and 1 deletions
|
@ -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?"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue