diff --git a/src/Interval.cpp b/src/Interval.cpp index 9f21d4cd..ad89afaa 100644 --- a/src/Interval.cpp +++ b/src/Interval.cpp @@ -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); }