mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_DESC
This commit is contained in:
parent
0cd5fbe625
commit
64f2436d87
11 changed files with 2 additions and 11 deletions
|
@ -67,7 +67,7 @@ int CmdCommands::execute (std::string& output)
|
|||
view.add (STRING_COLUMN_LABEL_FILTER, false);
|
||||
view.add (STRING_COLUMN_LABEL_MODS, false);
|
||||
view.add (STRING_COLUMN_LABEL_MISC, false);
|
||||
view.add (STRING_COLUMN_LABEL_DESC);
|
||||
view.add ("Description");
|
||||
view.leftMargin (context.config.getInteger ("indent.report"));
|
||||
view.extraPadding (context.config.getInteger ("row.padding"));
|
||||
view.intraPadding (context.config.getInteger ("column.padding"));
|
||||
|
|
|
@ -132,7 +132,7 @@ int CmdInfo::execute (std::string& output)
|
|||
+ anno.second;
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_DESC);
|
||||
view.set (row, 0, "Description");
|
||||
view.set (row, 1, description, c);
|
||||
|
||||
// status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue