Add missing )

This commit is contained in:
Albert Astals Cid 2021-03-13 18:58:26 +01:00
parent 5ea3e44705
commit d93c028727

View file

@ -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) {