mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
l10n: Eliminated STRING_CMD_UNDO_*
This commit is contained in:
parent
4a54d82cef
commit
294f819648
10 changed files with 1 additions and 12 deletions
|
@ -27,8 +27,6 @@
|
|||
#include <cmake.h>
|
||||
#include <CmdUndo.h>
|
||||
#include <Context.h>
|
||||
#include <Filter.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -37,7 +35,7 @@ CmdUndo::CmdUndo ()
|
|||
{
|
||||
_keyword = "undo";
|
||||
_usage = "task undo";
|
||||
_description = STRING_CMD_UNDO_USAGE;
|
||||
_description = "Reverts the most recent change to a task";
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue