Lexer: Migrated commify, ucFirst and lowerCase from text to Lexer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user