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

Laurent Montel montel at kde.org
Wed Jul 15 09:06:35 CEST 2009


SVN commit 996903 by mlaurent:

Add missing tr(...)


 M  +1 -1      WeatherItem.cpp  


--- trunk/KDE/kdeedu/marble/src/plugins/render/weather/WeatherItem.cpp #996902:996903
@@ -38,7 +38,7 @@
  public:
     WeatherItemPrivate( WeatherItem *parent )
         : m_priority( 0 ),
-          m_action( new QAction( "Weather", parent ) ),
+          m_action( new QAction( tr("Weather"), parent ) ),
           m_parent( parent ),
           m_temperatureSize()
     {


More information about the Marble-commits mailing list