l10n: Eliminated STRING_CMD_CALC_*

This commit is contained in:
Paul Beckingham 2018-01-21 11:23:44 -05:00
parent 208cc52aab
commit 7646c15f45
10 changed files with 1 additions and 11 deletions

View file

@ -28,7 +28,6 @@
#include <CmdCalc.h>
#include <Filter.h>
#include <Eval.h>
#include <i18n.h>
extern Context context;
@ -37,7 +36,7 @@ CmdCalc::CmdCalc ()
{
_keyword = "calc";
_usage = "task calc <expression>";
_description = STRING_CMD_CALC_USAGE;
_description = "Calculator";
_read_only = true;
_displays_id = false;
_needs_gc = false;