diff libgui/src/find-files-dialog.cc @ 18308:12291fb903de gui-release

fix missing translations (bug #41200) * find-dialog.cc (ctor): translate title * find-files-dialog (stop_find): missing trnaslation * files-dock-widget.cc (process_new_dir, process_new_file): missing transl. * libgui/languages: update all language files (without translation)
author Torsten <ttl@justmail.de>
date Tue, 14 Jan 2014 23:23:50 +0100
parents 2a4acd6548c6
children dfc6ef6ac455
line wrap: on
line diff
--- a/libgui/src/find-files-dialog.cc
+++ b/libgui/src/find-files-dialog.cc
@@ -304,7 +304,7 @@
   _contains_text_edit->setEnabled (true);
 
   find_files_model *m = static_cast<find_files_model *> (_file_list->model ());
-  QString res_str = QString ("%1 matches").arg (m->rowCount ());
+  QString res_str = QString (tr("%1 match(es)")).arg (m->rowCount ());
 
   _status_bar->showMessage (res_str);
 }