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

List:       kde-accessibility
Subject:    [Kde-accessibility] [PATCH] khtmlkttsd plugin menu entry in
From:       Stephan Johach <lucardus () onlinehome ! de>
Date:       2006-01-03 9:57:40
Message-ID: 200601031057.40084.lucardus () onlinehome ! de
[Download RAW message or body]

Hi all!

The konqueror plugin for kttsd misses an i18n() call.
Due to this the menu entry in konqueror shows "Speak Text" in
my german desktop.

The patch is untested as I am not able to generate pot files locally
to provide a translation. But it should work.

Unfortunately we are again in message freeze for kde 3.5.1.

Please review and apply at least for trunk if the translators do not allow
this for the stable branch.

Stephan


["khtmlkttsd.patch" (text/x-diff)]

Index: kttsplugin/khtmlkttsd.cpp
===================================================================
--- kttsplugin/khtmlkttsd.cpp	(revision 491815)
+++ kttsplugin/khtmlkttsd.cpp	(working copy)
@@ -40,7 +40,7 @@
     KTrader::OfferList offers = KTrader::self()->query("DCOP/Text-to-Speech", "Name == 'KTTSD'");
     if (offers.count() > 0)
     {
-        (void) new KAction( "&Speak Text",
+        (void) new KAction( i18n("&Speak Text"),
             "kttsd", 0,
             this, SLOT(slotReadOut()),
             actionCollection(), "tools_kttsd" );


_______________________________________________
kde-accessibility mailing list
kde-accessibility@kde.org
https://mail.kde.org/mailman/listinfo/kde-accessibility


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

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