[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kstars-devel
Subject:    [Kstars-devel] branches/KDE/4.1/kdeedu/kstars/kstars
From:       Akarsh Simha <akarshsimha () gmail ! com>
Date:       2009-01-05 18:07:10
Message-ID: 1231178830.981129.9036.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 906173 by asimha:

Backporting fix to bug 141372 to 4.1 branch. Original commit log
reads as follows:

Localizing Information / Image link titles in the detail dialog. (The
localized strings are already present as the same are used in the
popup menu.)

CCBUG: 141372
CCMAIL: kstars-devel@kde.org



 M  +2 -2      detaildialog.cpp  


--- branches/KDE/4.1/kdeedu/kstars/kstars/detaildialog.cpp #906172:906173
@@ -357,12 +357,12 @@
     Links->ImagesTitle->setPalette( titlePalette );
 
     foreach ( const QString &s, selectedObject->InfoTitle )
-    Links->InfoTitleList->addItem( s );
+    Links->InfoTitleList->addItem( i18nc( "Image/info menu item (should be \
translated)", s.toLocal8Bit() ) );  
     //Links->InfoTitleList->setCurrentRow(0);
 
     foreach ( const QString &s, selectedObject->ImageTitle )
-    Links->ImageTitleList->addItem( s );
+    Links->ImageTitleList->addItem( i18nc( "Image/info menu item (should be \
translated)", s.toLocal8Bit() ) );  
      updateButtons();
 
_______________________________________________
Kstars-devel mailing list
Kstars-devel@kde.org
https://mail.kde.org/mailman/listinfo/kstars-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic