helper: Cleaned up feedback messages

This commit is contained in:
Paul Beckingham 2016-04-04 21:46:09 -04:00
parent 9a4bf75180
commit 05cba6d278
2 changed files with 22 additions and 25 deletions

View file

@ -81,7 +81,7 @@ int CmdStop (
}
else
{
std::string message = "There is no time currently being tracked.";
std::string message = "There is no active time tracking.";
std::cout << message << "\n";
log.write ("warning", message);
}