Adjust translations
This commit is contained in:
parent
d3f1297afd
commit
40363f1285
1 changed files with 3 additions and 3 deletions
|
@ -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") }
|
||||||
|
|
Loading…
Reference in a new issue