# HG changeset patch # User insilmaril # Date 1149262525 0 # Node ID 52d670355a7b5b2357c5bef56006d2e34a960674 # Parent 7beee279a877061dfc6077477f17c65a463cab8e fixed string in findwindow diff -r 7beee279a877 -r 52d670355a7b mainwindow.cpp --- a/mainwindow.cpp Thu Jun 01 14:53:39 2006 +0000 +++ b/mainwindow.cpp Fri Jun 02 15:35:25 2006 +0000 @@ -2190,7 +2190,7 @@ } else { QMessageBox::information( findWindow, tr( "VYM -Information:" ), - tr("No matches found for %1").arg(s)); + tr("No matches found for \"%1\"").arg(s)); } }