l10n: Eliminated STRING_CMD_EXPORT_USAGE

This commit is contained in:
Paul Beckingham 2018-01-17 21:12:10 -05:00
parent 60180531c6
commit def3fd35ae
10 changed files with 1 additions and 11 deletions

View file

@ -29,7 +29,6 @@
#include <Context.h>
#include <Filter.h>
#include <main.h>
#include <i18n.h>
extern Context context;
@ -38,7 +37,7 @@ CmdExport::CmdExport ()
{
_keyword = "export";
_usage = "task <filter> export";
_description = STRING_CMD_EXPORT_USAGE;
_description = "Exports tasks in JSON format";
_read_only = true;
_displays_id = true;
_needs_gc = true;