mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
parent
99a7cfceac
commit
35e518cbc2
58 changed files with 372 additions and 374 deletions
|
@ -478,7 +478,7 @@ std::string onProjectChange (Task& task, bool scope /* = true */)
|
|||
percentage = (count_done * 100 / (count_done + count_pending));
|
||||
|
||||
msg << format (STRING_HELPER_PROJECT_COMPL, project, percentage)
|
||||
<< " ";
|
||||
<< ' ';
|
||||
|
||||
if (count_pending == 1 && count_done == 0)
|
||||
msg << format (STRING_HELPER_PROJECT_REM1, count_pending);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue