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

List:       kde-commits
Subject:    [kde-workspace] plasma/generic/applets/batterymonitor/contents/ui: Fix i18n in battery's label
From:       Sebastian_Kügler <sebas () kde ! org>
Date:       2014-02-11 22:20:13
Message-ID: E1WDLgb-0002Cs-1n () scm ! kde ! org
[Download RAW message or body]

Git commit d7532f0d508880d2da254b934737f4042adc5517 by Sebastian K=C3=BCgle=
r.
Committed on 11/02/2014 at 22:07.
Pushed by sebas into branch 'master'.

Fix i18n in battery's label

M  +1    -1    plasma/generic/applets/batterymonitor/contents/ui/CompactRep=
resentation.qml

http://commits.kde.org/kde-workspace/d7532f0d508880d2da254b934737f4042adc55=
17

diff --git a/plasma/generic/applets/batterymonitor/contents/ui/CompactRepre=
sentation.qml b/plasma/generic/applets/batterymonitor/contents/ui/CompactRe=
presentation.qml
index 5887d07..39cd331 100755
--- a/plasma/generic/applets/batterymonitor/contents/ui/CompactRepresentati=
on.qml
+++ b/plasma/generic/applets/batterymonitor/contents/ui/CompactRepresentati=
on.qml
@@ -85,7 +85,7 @@ ListView {
                 width: parent.width
                 height: visible ? paintedHeight : 0
                 horizontalAlignment: Text.AlignHCenter
-                text: percent + "%"// FIXME i18nc("battery percentage belo=
w battery icon", "%1%", percent)
+                text: i18nc("battery percentage below battery icon", "%1%"=
, percent)
                 font.pixelSize: Math.max(batteryContainer.iconSize/8, them=
e.mSize(theme.smallestFont).height)
                 visible: false//!isConstrained()
             }

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

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