Cherry-picking upstream version 0.9.0+20151024.
This commit is contained in:
parent
fa6fcd8430
commit
9153436fff
@ -125,7 +125,7 @@ padding-top: 30px;
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="extMonOnAcActionLabel">
|
||||
<property name="text">
|
||||
<string>On Ac</string>
|
||||
<string>On AC</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lxqt-powermanagement (0.9.0+20151024-1) experimental; urgency=medium
|
||||
|
||||
* Cherry-picking upstream version 0.9.0+20151024.
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 24 Oct 2015 12:16:06 +0200
|
||||
|
||||
lxqt-powermanagement (0.9.0+20150914-1) experimental; urgency=medium
|
||||
|
||||
* Cherry-picking upstream version 0.9.0+20150914.
|
||||
|
@ -77,7 +77,7 @@ QString BatteryHelper::typeToString(Solid::Battery::BatteryType type)
|
||||
switch (type)
|
||||
{
|
||||
case Solid::Battery::PdaBattery:
|
||||
return tr("Personal Digital Assistent's battery");
|
||||
return tr("Personal Digital Assistant's battery");
|
||||
case Solid::Battery::UpsBattery:
|
||||
return tr("Uninterruptible Power Supply's battery");
|
||||
case Solid::Battery::PrimaryBattery:
|
||||
|
Loading…
x
Reference in New Issue
Block a user