From 6b9a1f38504885d0af0aa9be4b269559395075bd Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 16 Apr 2018 08:08:20 -0700 Subject: QML UI: change auto cloud sync menu texts This way the menu items describe what happens when you tap on that menu item. That seems more consistent and intuitive. See #1204 Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 93793156d..fd5e2de26 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -204,7 +204,7 @@ Kirigami.ApplicationWindow { icon { name: syncToCloud ? "icons/ic_cloud_off.svg" : "icons/ic_cloud_done.svg" } - text: syncToCloud ? qsTr("Offline mode") : qsTr("Auto cloud sync enabled") + text: syncToCloud ? qsTr("Disable auto cloud sync") : qsTr("Enable auto cloud sync") enabled: manager.credentialStatus !== QMLManager.CS_NOCLOUD onTriggered: { syncToCloud = !syncToCloud -- cgit v1.2.3-70-g09d2