mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feedback
- Modified feedback when the number of pending tasks in a project changes (thanks to Peter De Poorter).
This commit is contained in:
parent
f8d8d2f6b5
commit
01bb76b3b6
3 changed files with 9 additions and 9 deletions
|
@ -2863,7 +2863,7 @@ std::string onProjectChange (Task& task, bool scope /* = true */)
|
|||
if (project != "")
|
||||
{
|
||||
if (scope)
|
||||
msg << "The scope of project '"
|
||||
msg << "The project '"
|
||||
<< project
|
||||
<< "' has changed. ";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue