- Localized more commands.
This commit is contained in:
Paul Beckingham
2011-06-25 13:14:47 -04:00
parent 6d4bf3dc75
commit 20bb5bf648
7 changed files with 156 additions and 76 deletions

View File

@@ -25,7 +25,10 @@
//
////////////////////////////////////////////////////////////////////////////////
#define L10N // Localization complete.
#include <Context.h>
#include <i18n.h>
#include <CmdUndo.h>
extern Context context;
@@ -35,7 +38,7 @@ CmdUndo::CmdUndo ()
{
_keyword = "undo";
_usage = "task undo";
_description = "Reverts the most recent change to a task.";
_description = STRING_CMD_UNDO_USAGE;
_read_only = false;
_displays_id = false;
}