Add missing )
This commit is contained in:
parent
5ea3e44705
commit
d93c028727
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ PlasmaComponents.ListItem
|
||||||
}
|
}
|
||||||
|
|
||||||
if (battery.available && battery.charge > -1) {
|
if (battery.available && battery.charge > -1) {
|
||||||
statuses.push(i18nc("Display the battery charge percentage with the label \"Battery:\" so the user knows what is being displayed", "Battery: %1", battery.displayString);
|
statuses.push(i18nc("Display the battery charge percentage with the label \"Battery:\" so the user knows what is being displayed", "Battery: %1", battery.displayString));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (statuses.length > 0) {
|
if (statuses.length > 0) {
|
||||||
|
|
Loading…
Reference in a new issue