mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
BatteryPanel: change percentage placeholder to percent
This commit is contained in:
@@ -83,7 +83,7 @@ NPanel {
|
||||
ButtonGroup.group: batteryGroup
|
||||
required property var modelData
|
||||
text: I18n.tr(modelData.label, {
|
||||
"percentage": BatteryService.getThresholdValue(modelData.id)
|
||||
"percent": BatteryService.getThresholdValue(modelData.id)
|
||||
})
|
||||
checked: BatteryService.chargingMode === modelData.id
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user