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

List:       kde-commits
Subject:    branches/KDE/4.2/kdegames/kpat
From:       Stephan Kulow <coolo () kde ! org>
Date:       2009-06-14 7:20:26
Message-ID: 1244964026.200041.16174.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 981698 by coolo:

make them translatable


 M  +2 -2      klondike.cpp  
 M  +3 -3      spider.cpp  


--- branches/KDE/4.2/kdegames/kpat/klondike.cpp #981697:981698
@@ -138,8 +138,8 @@
     KXmlGuiWindow *xmlgui = PatienceView::instance()->parent();
 
     xmlgui->actionCollection()->addAction("dealer_options", options);
-    options->addAction( "Draw 1" );
-    options->addAction( "Draw 3" );
+    options->addAction( i18n( "Draw 1") );
+    options->addAction( i18n( "Draw 3") );
 
     options->setCurrentItem( EasyRules ? 0 : 1 );
 
--- branches/KDE/4.2/kdegames/kpat/spider.cpp #981697:981698
@@ -131,9 +131,9 @@
         xmlgui->actionCollection()->addAction("dealer_options", options);
     }
 
-    options->addAction( "1 Suit (Easy)" );
-    options->addAction( "2 Suits (Medium)" );
-    options->addAction( "4 Suits (Hard)" );
+    options->addAction( i18n("1 Suit (Easy)") );
+    options->addAction( i18n("2 Suits (Medium)") );
+    options->addAction( i18n("4 Suits (Hard)") );
 
     if ( suits == 1 )
         options->setCurrentItem( 0 );
[prev in list] [next in list] [prev in thread] [next in thread] 

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