mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n removal of STRING_COLUMN_LABEL_MASK, STRING_COLUMN_LABEL_MASK_IDX
This commit is contained in:
parent
aac883241f
commit
193eebd852
12 changed files with 4 additions and 24 deletions
|
@ -200,7 +200,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("mask"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_MASK);
|
||||
view.set (row, 0, "Mask");
|
||||
view.set (row, 1, task.get ("mask"));
|
||||
}
|
||||
|
||||
|
@ -209,7 +209,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("imask"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_MASK_IDX);
|
||||
view.set (row, 0, "Mask Index");
|
||||
view.set (row, 1, task.get ("imask"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue