mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
a506555606
commit
6c1a411d7e
11 changed files with 3 additions and 13 deletions
|
@ -281,7 +281,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("due"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_DUE);
|
||||
view.set (row, 0, "Due");
|
||||
view.set (row, 1, Datetime (task.get_date ("due")).toString (dateformat));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue