mainwindow.cpp
changeset 349 52d670355a7b
parent 335 1fae1d33285d
child 351 ffe2a4396694
     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