From d93c02872785d26db2ae62a61cc6f300d20b7ab8 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 13 Mar 2021 18:58:26 +0100 Subject: [PATCH] Add missing ) --- plasmoid/package/contents/ui/DeviceDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml index 2caced245..abb563dbb 100644 --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -80,7 +80,7 @@ PlasmaComponents.ListItem } 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) {