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

List:       kde-i18n-doc
Subject:    [kdeplasma-addons/KDE/4.10] applets/systemloadviewer: Make two previously untranslatable strings tra
From:       Lasse Liehu <lasse.liehu () gmail ! com>
Date:       2013-02-26 19:37:59
Message-ID: 20130226193759.99194A604F () git ! kde ! org
[Download RAW message or body]

Git commit 15615478bd1a297481a75749301343339d012291 by Lasse Liehu.
Committed on 26/02/2013 at 06:36.
Pushed by lliehu into branch 'KDE/4.10'.

Make two previously untranslatable strings translatable

They are the option group names of the system load viewer applet
CCMAIL: kde-i18n-doc@kde.org
REVIEW: 109173

M  +2    -2    applets/systemloadviewer/systemloadviewer.cpp

http://commits.kde.org/kdeplasma-addons/15615478bd1a297481a75749301343339d0=
12291

diff --git a/applets/systemloadviewer/systemloadviewer.cpp b/applets/system=
loadviewer/systemloadviewer.cpp
index b852256..bff0b34 100644
--- a/applets/systemloadviewer/systemloadviewer.cpp
+++ b/applets/systemloadviewer/systemloadviewer.cpp
@@ -330,8 +330,8 @@ void SystemLoadViewer::createConfigurationInterface(KCo=
nfigDialog *parent)
     connect(parent, SIGNAL(applyClicked()), this, SLOT(configUpdated()));
     connect(parent, SIGNAL(okClicked()), this, SLOT(configUpdated()));
 =

-    parent->addPage(widGeneral, "General", icon(), QString(), false);
-    parent->addPage(widColours, "Colours", icon(), QString(), false);
+    parent->addPage(widGeneral, i18nc("@title:group General options", "Gen=
eral"), icon(), QString(), false);
+    parent->addPage(widColours, i18nc("@title:group", "Colors"), icon(), Q=
String(), false);
 =

     connect(uiGeneral.chkIsVertical, SIGNAL(toggled(bool)), parent, SLOT(s=
ettingsModified()));
     connect(uiGeneral.chkShowAllProcessors, SIGNAL(toggled(bool)), parent,=
 SLOT(settingsModified()));
[prev in list] [next in list] [prev in thread] [next in thread] 

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