Adjust translations

This commit is contained in:
Matti Viljanen 2021-05-23 00:03:19 +03:00
parent d3f1297afd
commit 40363f1285
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -370,7 +370,7 @@ Page {
Label { Label {
x: Theme.paddingLarge x: Theme.paddingLarge
text: qsTr("Health Notification settings") text: qsTr("Health notification settings")
color: Theme.highlightColor color: Theme.highlightColor
} }
Label { Label {
@ -386,12 +386,12 @@ Page {
wrapMode: Text.Wrap wrapMode: Text.Wrap
} }
SectionHeader { text: qsTr("Health notification") } SectionHeader { text: qsTr("Battery health notification") }
ComboBox { ComboBox {
id: healthSelector id: healthSelector
width: parent.width width: parent.width
label: qsTr("Notify on Health status" + ":") label: qsTr("Notification treshold")
currentIndex: settings.healthAlert currentIndex: settings.healthAlert
menu: ContextMenu { menu: ContextMenu {
MenuItem { text: qsTr("Never") } MenuItem { text: qsTr("Never") }