mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_CALC_*
This commit is contained in:
parent
208cc52aab
commit
7646c15f45
10 changed files with 1 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue