mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
ebf6a80dcb
commit
aa4b342fbe
10 changed files with 2 additions and 12 deletions
|
@ -33,7 +33,6 @@
|
|||
#include <main.h>
|
||||
#include <format.h>
|
||||
#include <util.h>
|
||||
#include <i18n.h>
|
||||
#include <Datetime.h>
|
||||
|
||||
#define STRING_CMD_HISTORY_YEAR "Year"
|
||||
|
@ -186,7 +185,7 @@ void CmdHistoryBase<HistoryStrategy>::outputGraphical (std::string& output)
|
|||
}
|
||||
else
|
||||
{
|
||||
context.footnote (STRING_FEEDBACK_NO_TASKS);
|
||||
context.footnote ("No tasks.");
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
@ -278,7 +277,7 @@ void CmdHistoryBase<HistoryStrategy>::outputTabular (std::string& output)
|
|||
<< '\n';
|
||||
else
|
||||
{
|
||||
context.footnote (STRING_FEEDBACK_NO_TASKS);
|
||||
context.footnote ("No tasks.");
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue