diff --git a/application/qml/pages/SettingsPage.qml b/application/qml/pages/SettingsPage.qml
index 040f479..7e71107 100644
--- a/application/qml/pages/SettingsPage.qml
+++ b/application/qml/pages/SettingsPage.qml
@@ -374,7 +374,7 @@ Page {
color: Theme.highlightColor
}
Label {
- text: qsTr("Display visual and audible notifications about battery health, when the battery temperature is below or above safe values.")
+ text: qsTr("Display visual and audible notifications about battery health, when the battery status exceeds safe values.
This usually means high temperature but can be affected by other factors depending on the hardware.")
anchors {
left: parent.left
right: parent.right
@@ -386,15 +386,15 @@ Page {
wrapMode: Text.Wrap
}
- SectionHeader { text: qsTr("Battery health notification") }
+ SectionHeader { text: qsTr("Health notification") }
ComboBox {
id: healthSelector
width: parent.width
- label: qsTr("Warn on Health status" + ":")
+ label: qsTr("Notify on Health status" + ":")
currentIndex: settings.healthAlert
menu: ContextMenu {
- MenuItem { text: qsTr("None") }
+ MenuItem { text: qsTr("Never") }
MenuItem { text: qsTr("Warning") }
MenuItem { text: qsTr("Critical") }
}
@@ -404,7 +404,7 @@ Page {
}
}
- SectionHeader { text: qsTr("Battery health warning interval") }
+ SectionHeader { text: qsTr("Health notification interval") }
MySlider {
id: healthIntervalSlider
diff --git a/application/translations/harbour-batterybuddy-de_DE.ts b/application/translations/harbour-batterybuddy-de_DE.ts
index 0bb3030..758b046 100644
--- a/application/translations/harbour-batterybuddy-de_DE.ts
+++ b/application/translations/harbour-batterybuddy-de_DE.ts
@@ -395,19 +395,19 @@
- Visuelle und akustische Benachrichtigungen zum Batteriezustand anzeigen, sobald die Temperatur über gewissen Schwellwerten liegt.
+ Visuelle und akustische Benachrichtigungen zum Batteriezustand anzeigen, sobald die Temperatur über gewissen Schwellwerten liegt.
- Zustandsbenachrichtigung
+ Zustandsbenachrichtigung
- Benachrichtigung bei Zustand:
+ Benachrichtigung bei Zustand:
- Keine
+ Keine
@@ -419,6 +419,22 @@
+ Zustandsbenachrichtigungsintervall
+
+
+
+ Visuelle und akustische Benachrichtigungen zum Batteriezustand anzeigen, sobald gewisse Schwellwerte erreicht werden.<br />Das betrifft meist die Temperatur, kann aber je nach Hardware auch andere Faktoren beinhalten.
+
+
+
+ Zustandsbenachrichtigung
+
+
+
+ Benachrichtigung zum Zustand:
+
+
+
Zustandsbenachrichtigungsintervall