l10n: Eliminated STRING_CMD_TIMESHEET_*

This commit is contained in:
Paul Beckingham 2018-01-21 11:09:05 -05:00
parent f87b780fd7
commit fbcb2b6c65
10 changed files with 1 additions and 29 deletions

View file

@ -35,7 +35,6 @@
#include <Datetime.h>
#include <main.h>
#include <util.h>
#include <i18n.h>
#include <format.h>
extern Context context;
@ -45,7 +44,7 @@ CmdTimesheet::CmdTimesheet ()
{
_keyword = "timesheet";
_usage = "task [filter] timesheet";
_description = STRING_CMD_TIMESHEET_USAGE;
_description = "Summary of completed and started tasks";
_read_only = true;
_displays_id = false;
_needs_gc = true;