diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-06 14:58:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-06 14:58:21 -0700 |
commit | b3e28eed5d08cbbbcc640875f9b0f2e5f0af3506 (patch) | |
tree | a5efb020064f25bfb825a3182b6625f71aefd2d5 /mobile-widgets/qml | |
parent | 35e1da2684ce4a423f2f8fe473f28f6343653a56 (diff) | |
download | subsurface-b3e28eed5d08cbbbcc640875f9b0f2e5f0af3506.tar.gz |
Update translations from Transifex
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index d12c0df41..8a65f1ab9 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -162,7 +162,7 @@ Kirigami.ApplicationWindow { height: rootItem.height rightPadding: 0 enabled: (Backend.cloud_verification_status === Enums.CS_NOCLOUD || - Backend.cloud_verification_status === Enums.CS_VERIFIED) + Backend.cloud_verification_status === Enums.CS_VERIFIED) topContent: Image { source: "qrc:/qml/icons/dive.jpg" Layout.fillWidth: true @@ -419,7 +419,7 @@ if you have network connectivity and want to sync your data to cloud storage."), icon { name: locationServiceEnabled ? ":/icons/ic_location_off.svg" : ":/icons/ic_place.svg" } - text: locationServiceEnabled ? qsTr("Disable location service") : qsTr("Run location service") + text: locationServiceEnabled ? qsTr("Disable background location service") : qsTr("Run background location service") onTriggered: { globalDrawer.close(); locationServiceEnabled = !locationServiceEnabled @@ -704,8 +704,8 @@ if you have network connectivity and want to sync your data to cloud storage."), manager.appendTextToLog("pageStack forced back to map") } } else if (pageStack.currentItem.objectName !== mapPage.objectName && - pageStack.lastItem.objectName === mapPage.objectName && - hackToOpenMap === 1 /* MapSelected */) { + pageStack.lastItem.objectName === mapPage.objectName && + hackToOpenMap === 1 /* MapSelected */) { // if we just picked the mapPage and are suddenly back on a different page // force things back to the mapPage manager.appendTextToLog("pageStack wrong page, switching back to map") |