- Modified feedback when the number of pending tasks in a project changes
  (thanks to Peter De Poorter).
This commit is contained in:
Paul Beckingham 2010-10-27 22:22:36 -04:00
parent f8d8d2f6b5
commit 01bb76b3b6
3 changed files with 9 additions and 9 deletions

View file

@ -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. ";