forked from qt-creator/qt-creator
TextEditor: Add punctuation to end of message
Change-Id: I3f8f85d8687e4b8fa14ed48e1cc02fce76b8c138 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user