mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_TEMPLATE
This commit is contained in:
parent
5795e7f765
commit
2605cfa227
11 changed files with 2 additions and 12 deletions
|
@ -217,7 +217,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("template"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_TEMPLATE);
|
||||
view.set (row, 0, "Template task");
|
||||
view.set (row, 1, task.get ("template"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue