mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Interval: Improved feedback formatting
This commit is contained in:
parent
3b26979096
commit
0e1de5df43
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ std::string Interval::summarize () const
|
|||
// TODO Colorize tags.
|
||||
if (_tags.size ())
|
||||
{
|
||||
out << ", using tags";
|
||||
out << ", using tags:";
|
||||
for (auto& tag : _tags)
|
||||
out << ' ' << quoteIfNeeded (tag);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue