[Marble-commits] branches/KDE/4.3/kdeedu/marble/src

Kristof Bal kristof.bal at gmail.com
Wed Aug 12 15:32:03 CEST 2009


SVN commit 1010443 by kbal:

Change tr() to i18n() to make translatable. It adds two new strings to the stable branch.
Torsten will fix the rest.
CCMAIL: kde-i18n-doc at kde.org

 M  +2 -2      marble_part.cpp  


--- branches/KDE/4.3/kdeedu/marble/src/marble_part.cpp #1010442:1010443
@@ -1053,10 +1053,10 @@
     if (    m_initialGraphicsSystem != graphicsSystem 
          && m_previousGraphicsSystem != graphicsSystem ) {
         KMessageBox::information (m_controlView->marbleWidget(),
-                                tr("You have decided to run Marble with a different graphics system.\n"
+                                i18n("You have decided to run Marble with a different graphics system.\n"
                                    "For this change to become effective, Marble has to be restarted.\n"
                                    "Please close the application and start Marble again."),
-                                tr("Graphics System Change") );
+                                i18n("Graphics System Change") );
     }    
     m_previousGraphicsSystem = graphicsSystem;
 }


More information about the Marble-commits mailing list