Update guide text

This commit is contained in:
Matti Viljanen 2020-04-26 21:58:42 +03:00
parent 4ea78a20b9
commit 947d6a44b9
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -165,7 +165,7 @@ Page {
x: Theme.paddingLarge*2 x: Theme.paddingLarge*2
width: parent.width - x*2; width: parent.width - x*2;
wrapMode: Text.Wrap 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 color: Theme.primaryColor
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
} }