mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_PARENT
This commit is contained in:
parent
1589db376c
commit
367f3a5e32
11 changed files with 2 additions and 12 deletions
|
@ -191,7 +191,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("parent"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_PARENT);
|
||||
view.set (row, 0, "Parent task");
|
||||
view.set (row, 1, task.get ("parent"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue