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
|
@ -848,6 +848,7 @@
|
|||
#define STRING_TDB2_UNDO_COMPLETE "Deshacer completado."
|
||||
#define STRING_TDB2_MISSING_TASK "Tarea con UUID {1} no encontrada en los datos."
|
||||
#define STRING_TDB2_UNDO_IMPOSSIBLE "No es posible deshacer."
|
||||
#define STRING_TDB2_UNDO_SYNCED "Cannot undo change because the task was already synced. Modify the task instead."
|
||||
|
||||
// text
|
||||
// Se añade al final una lista de comandos separados por comas.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue