mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Lexer: Migrated commify, ucFirst and lowerCase from text to Lexer
This commit is contained in:
parent
7119c42780
commit
51def4b12b
15 changed files with 169 additions and 163 deletions
|
@ -119,7 +119,7 @@ int CmdInfo::execute (std::string& output)
|
|||
view.set (row, 0, STRING_COLUMN_LABEL_ID);
|
||||
view.set (row, 1, (task.id ? format (task.id) : "-"));
|
||||
|
||||
std::string status = ucFirst (Task::statusToText (task.getStatus ())); // L10N safe ucFirst.
|
||||
std::string status = Lexer::ucFirst (Task::statusToText (task.getStatus ()));
|
||||
|
||||
// description
|
||||
Color c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue