[Marble-commits] KDE/kdeedu/marble/src/plugins/render/mapscale

Laurent Montel montel at kde.org
Wed Feb 23 13:24:27 CET 2011


SVN commit 1222390 by mlaurent:

Add missing tr(...)


 M  +1 -1      MapScaleFloatItem.cpp  


--- trunk/KDE/kdeedu/marble/src/plugins/render/mapscale/MapScaleFloatItem.cpp #1222389:1222390
@@ -357,7 +357,7 @@
 void MapScaleFloatItem::contextMenuEvent( QWidget *w, QContextMenuEvent *e )
 {
     QMenu menu;
-    QAction *toggleaction = menu.addAction( "&Ratio Scale", 
+    QAction *toggleaction = menu.addAction( tr("&Ratio Scale"), 
                                             this, 
                                             SLOT( toggleRatioScaleVisibility() ) );
     toggleaction->setCheckable( true );


More information about the Marble-commits mailing list