l10n: Eliminated STRING_CMD_COUNT_*

This commit is contained in:
Paul Beckingham 2018-01-20 21:07:37 -05:00
parent 57ba9edf4f
commit ce6f4963e7
10 changed files with 1 additions and 11 deletions

View file

@ -29,14 +29,13 @@
#include <Filter.h>
#include <main.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
CmdCount::CmdCount ()
{
_keyword = "count";
_usage = "task <filter> count";
_description = STRING_CMD_COUNT_USAGE;
_description = "Counts matching tasks";
_read_only = true;
_displays_id = false;
_needs_gc = true;