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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/applets/battery
From:       Sebastian Kügler <sebas () kde ! org>
Date:       2009-09-04 1:25:43
Message-ID: 1252027543.709909.23387.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1019605 by sebas:

remove debugging crap from those buttons

 M  +2 -2      battery.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/battery/battery.cpp #1019604:1019605
@@ -496,7 +496,7 @@
             } else if (sleepstate == Solid::PowerManagement::SuspendState) {
                 Plasma::IconWidget *suspendButton = new Plasma::IconWidget(controls);
                 suspendButton->setIcon("system-suspend");
-                suspendButton->setText(i18n("Sleep Long Text Entry"));
+                suspendButton->setText(i18n("Sleep"));
                 suspendButton->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
                 suspendButton->setOrientation(Qt::Horizontal);
                 suspendButton->setMaximumHeight(36);
@@ -508,7 +508,7 @@
             } else if (sleepstate == Solid::PowerManagement::HibernateState) {
                 Plasma::IconWidget *hibernateButton = new Plasma::IconWidget(controls);
                 hibernateButton->setIcon("system-suspend-hibernate");
-                hibernateButton->setText(i18n("Hibernate Long Text Entry"));
+                hibernateButton->setText(i18n("Hibernate"));
                 hibernateButton->setOrientation(Qt::Horizontal);
                 hibernateButton->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
                 hibernateButton->setMaximumHeight(36);
[prev in list] [next in list] [prev in thread] [next in thread] 

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