From 947d6a44b9744c3378a912ec0b97022abddf922b Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 26 Apr 2020 21:58:42 +0300 Subject: [PATCH] Update guide text --- application/qml/pages/MainPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/qml/pages/MainPage.qml b/application/qml/pages/MainPage.qml index 3105ca1..c5a584a 100644 --- a/application/qml/pages/MainPage.qml +++ b/application/qml/pages/MainPage.qml @@ -165,7 +165,7 @@ Page { x: Theme.paddingLarge*2 width: parent.width - x*2; wrapMode: Text.Wrap - text: qsTr("Please leave Battery Buddy running in the background for proper operation.") + text: qsTr("You can close Battery Buddy when you are done, notifications and charger control will continue working in the background.") color: Theme.primaryColor font.pixelSize: Theme.fontSizeSmall }