mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #1270
- The 'undo' command is now properly removing backlog entries.
This commit is contained in:
parent
7a6c534636
commit
f367989afa
7 changed files with 48 additions and 31 deletions
|
@ -833,6 +833,7 @@
|
|||
#define STRING_TDB2_UNDO_COMPLETE "Undo complete."
|
||||
#define STRING_TDB2_MISSING_TASK "Task with UUID {1} not found in data."
|
||||
#define STRING_TDB2_UNDO_IMPOSSIBLE "No undo possible."
|
||||
#define STRING_TDB2_UNDO_SYNCED "Cannot undo change because the task was already synced. Modify the task instead."
|
||||
|
||||
// text
|
||||
// A comma-separated list of commands is appended.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue