mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
mobile: add missing word to location warning
Thanks to Johan, one of our Swedish translators for noticing this oversight. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1d7a44ea8b
commit
360123d432
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -14161,7 +14161,7 @@ Is the Uemis Zurich plugged in correctly?</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../mobile-widgets/qml/main.qml" line="791"/>
|
||||
<source>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.</source>
|
||||
<source>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.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Add table
Reference in a new issue