changeset 350 | 13b9befc665e |
parent 335 | 1fae1d33285d |
child 351 | ffe2a4396694 |
1.1 --- a/mainwindow.cpp Wed May 31 12:27:38 2006 +0000 1.2 +++ b/mainwindow.cpp Fri Jun 16 08:27:10 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