diff --git a/src/plugins/texteditor/basefilefind.cpp b/src/plugins/texteditor/basefilefind.cpp index a501ee6518e..7486cfd0d42 100644 --- a/src/plugins/texteditor/basefilefind.cpp +++ b/src/plugins/texteditor/basefilefind.cpp @@ -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