[Marble-commits] branches/KDE/4.6/kdeedu/marble/src/plugins/runner/monav

Pino Toscano pino at kde.org
Tue Jan 11 10:12:10 CET 2011


SVN commit 1213670 by pino:

make string translatable

CCMAIL: kde-i18n-doc at kde.org


 M  +1 -1      MonavConfigWidget.cpp  


--- branches/KDE/4.6/kdeedu/marble/src/plugins/runner/monav/MonavConfigWidget.cpp #1213669:1213670
@@ -636,7 +636,7 @@
 {
     QMessageBox::StandardButtons buttons = QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel;
     QString text = tr( "Are you sure you want to delete this map from the system?" );
-    if ( QMessageBox::question( this, "Remove Map", text, buttons, QMessageBox::No ) == QMessageBox::Yes ) {
+    if ( QMessageBox::question( this, tr( "Remove Map" ), text, buttons, QMessageBox::No ) == QMessageBox::Yes ) {
         d->m_mapsModel->deleteMapFiles( index );
         d->m_plugin->reloadMaps();
         d->updateInstalledMapsViewButtons();


More information about the Marble-commits mailing list