fixed string in findwindow rel-1-8-0-beta1
authorinsilmaril
Fri Jun 02 15:35:25 2006 +0000 (2006-06-02)
changeset 34952d670355a7b
parent 348 7beee279a877
child 350 13b9befc665e
fixed string in findwindow
mainwindow.cpp
     1.1 --- a/mainwindow.cpp	Thu Jun 01 14:53:39 2006 +0000
     1.2 +++ b/mainwindow.cpp	Fri Jun 02 15:35:25 2006 +0000
     1.3 @@ -2190,7 +2190,7 @@
     1.4  	} else
     1.5  	{
     1.6  		QMessageBox::information( findWindow, tr( "VYM -Information:" ),
     1.7 -							   tr("No matches found for <b>%1</b>").arg(s));
     1.8 +							   tr("No matches found for \"%1\"").arg(s));
     1.9  	}	
    1.10  }
    1.11