Adding upstream version 0.9.0+20151024.
This commit is contained in:
parent
c5db783c32
commit
dd7709f0fe
@ -125,7 +125,7 @@ padding-top: 30px;
|
|||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="extMonOnAcActionLabel">
|
<widget class="QLabel" name="extMonOnAcActionLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>On Ac</string>
|
<string>On AC</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -77,7 +77,7 @@ QString BatteryHelper::typeToString(Solid::Battery::BatteryType type)
|
|||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case Solid::Battery::PdaBattery:
|
case Solid::Battery::PdaBattery:
|
||||||
return tr("Personal Digital Assistent's battery");
|
return tr("Personal Digital Assistant's battery");
|
||||||
case Solid::Battery::UpsBattery:
|
case Solid::Battery::UpsBattery:
|
||||||
return tr("Uninterruptible Power Supply's battery");
|
return tr("Uninterruptible Power Supply's battery");
|
||||||
case Solid::Battery::PrimaryBattery:
|
case Solid::Battery::PrimaryBattery:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user