From 360123d432a9006913146072a2a0be541f2231f2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 5 Nov 2020 13:50:05 -0800 Subject: mobile: add missing word to location warning Thanks to Johan, one of our Swedish translators for noticing this oversight. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/main.qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index e032562f7..751118928 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -788,7 +788,7 @@ if you have network connectivity and want to sync your data to cloud storage."), Text { Layout.fillWidth: true wrapMode: Text.WrapAtWordBoundaryOrAnywhere - text: qsTr("The location data are not used in way, except when you apply the location data to the dives in your dive list on this device.") + text: qsTr("The location data are not used in any way, except when you apply the location data to the dives in your dive list on this device.") } Text { Layout.fillWidth: true -- cgit v1.2.3-70-g09d2