mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
helper: Cleaned up feedback messages
This commit is contained in:
parent
9a4bf75180
commit
05cba6d278
2 changed files with 22 additions and 25 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue