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