TextEditor: Add punctuation to end of message

Change-Id: I3f8f85d8687e4b8fa14ed48e1cc02fce76b8c138
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2017-07-28 10:51:24 +02:00
parent 8b5dfab38e
commit 42d19bf367

View File

@@ -589,7 +589,7 @@ CountingLabel::CountingLabel()
void CountingLabel::updateCount(int count)
{
setText(BaseFileFind::tr("%n found", nullptr, count));
setText(BaseFileFind::tr("%n found.", nullptr, count));
}
} // namespace Internal