l10n: Eliminated STRING_CMD_UNDO_*

This commit is contained in:
Paul Beckingham 2018-01-21 13:06:07 -05:00
parent 4a54d82cef
commit 294f819648
10 changed files with 1 additions and 12 deletions

View file

@ -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;