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

List:       kde-i18n-doc
Subject:    KDE/kdepim/libkdepim
From:       Allen Winter <winter () kde ! org>
Date:       2009-07-15 19:06:02
Message-ID: 1247684762.864831.4579.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 997347 by winterz:

Burkhard tells me that "UTC" should be translated too.
I'll backport this to the 4.3 branch.
CCMAIL: kde-i18n-doc@kde.org



 M  +2 -2      ktimezonecombobox.cpp  


--- trunk/KDE/kdepim/libkdepim/ktimezonecombobox.cpp #997346:997347
@@ -63,7 +63,7 @@
   }
 
   // Prepend UTC and Floating, for convenience
-  list.prepend( "UTC" );
+  list.prepend( i18n( "UTC" ) );
   list.prepend( i18n( "Floating" ) );
 
   mParent->addItems( list );
@@ -107,7 +107,7 @@
 {
   KDateTime::Spec spec;
 
-  if ( currentText() == "UTC" ) {
+  if ( currentText() == i18n( "UTC" ) ) {
     spec.setType( KDateTime::UTC );
   } else if ( currentText() == i18n( "Floating" ) ) {
     spec = KDateTime::Spec( KDateTime::ClockTime );
[prev in list] [next in list] [prev in thread] [next in thread] 

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