QML UI: rename menu entry for offline use

That really is what it boils down to.

Also removes a few stray spaces in the warning text.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-21 04:43:37 -07:00
parent 4e62bfa9a9
commit 6af77b08b2

View file

@ -150,7 +150,7 @@ Kirigami.ApplicationWindow {
}
}
Kirigami.Action {
text: syncToCloud ? "Disable auto cloud sync" : "Enable auto cloud sync"
text: syncToCloud ? "Offline mode" : "Enable auto cloud sync"
onTriggered: {
syncToCloud = !syncToCloud
if (!syncToCloud) {