l10n: Eliminated STRING_CMD_EXEC_*

This commit is contained in:
Paul Beckingham 2018-01-21 12:42:28 -05:00
parent bb6f78b7c3
commit e62b8702dc
10 changed files with 1 additions and 11 deletions

View file

@ -28,7 +28,6 @@
#include <CmdExec.h>
#include <stdlib.h>
#include <Context.h>
#include <i18n.h>
#include <shared.h>
extern Context context;
@ -38,7 +37,7 @@ CmdExec::CmdExec ()
{
_keyword = "execute";
_usage = "task execute <external command>";
_description = STRING_CMD_EXEC_USAGE;
_description = "Executes external commands and scripts";
_read_only = true;
_displays_id = false;
_needs_gc = false;