[Kde-games-devel] Untranslatable strings in klines

Burkhard Lück lueck at hube-lueck.de
Thu Nov 15 16:35:21 CET 2007


Am Donnerstag 15 November 2007 13:44:13 schrieb Dmitry Suzdalev:
>
> I think I'll remove them. Wait for some time, it should be quick :)
> They were once added to experiment with xmlgui iirc. not by me.
> If they bring some trouble i'll remove them till this will be more stable.
>

The messages are translated now, thanks.
But the toolbar buttons for these actions are gone :-(

I suggest to change this string (it is a menu item):
kdedev at rebutia:~/svn$ svn diff kdegames/klines/
Index: kdegames/klines/klines.cpp
===================================================================
--- kdegames/klines/klines.cpp  (Revision 737121)
+++ kdegames/klines/klines.cpp  (Arbeitskopie)
@@ -73,7 +73,7 @@

   // Preferences
   KToggleAction *showNext = 
actionCollection()->add<KToggleAction>("show_next");
-  showNext->setText( i18n( "Show next" ) );
+  showNext->setText( i18n( "&Show Next" ) );
   connect(showNext, SIGNAL(triggered(bool) ), SLOT(showNextToggled(bool)));

   showNext->setChecked(Prefs::showNext());

I have adapted the Messages.sh according to your changes.

Burkhard Lück


More information about the kde-games-devel mailing list