mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_ID
This commit is contained in:
parent
e46ca4dcab
commit
cf56983b58
11 changed files with 2 additions and 12 deletions
|
@ -113,7 +113,7 @@ int CmdInfo::execute (std::string& output)
|
|||
|
||||
// id
|
||||
auto row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_ID);
|
||||
view.set (row, 0, "ID");
|
||||
view.set (row, 1, (task.id ? format (task.id) : "-"));
|
||||
|
||||
std::string status = Lexer::ucFirst (Task::statusToText (task.getStatus ()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue