From 40363f1285a3505b9e0ee550825bd80151f3a3bb Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 23 May 2021 00:03:19 +0300 Subject: [PATCH] Adjust translations --- application/qml/pages/SettingsPage.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/qml/pages/SettingsPage.qml b/application/qml/pages/SettingsPage.qml index 60525cc..a47fd00 100644 --- a/application/qml/pages/SettingsPage.qml +++ b/application/qml/pages/SettingsPage.qml @@ -370,7 +370,7 @@ Page { Label { x: Theme.paddingLarge - text: qsTr("Health Notification settings") + text: qsTr("Health notification settings") color: Theme.highlightColor } Label { @@ -386,12 +386,12 @@ Page { wrapMode: Text.Wrap } - SectionHeader { text: qsTr("Health notification") } + SectionHeader { text: qsTr("Battery health notification") } ComboBox { id: healthSelector width: parent.width - label: qsTr("Notify on Health status" + ":") + label: qsTr("Notification treshold") currentIndex: settings.healthAlert menu: ContextMenu { MenuItem { text: qsTr("Never") }