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
cf148c065d
commit
957b769412
10 changed files with 1 additions and 10 deletions
|
@ -289,7 +289,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("end"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_END);
|
||||
view.set (row, 0, "End");
|
||||
view.set (row, 1, Datetime (task.get_date ("end")).toString (dateformat));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue