mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
Text {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
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 {
|
Text {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
|
||||||
|
|
@ -14161,7 +14161,7 @@ Is the Uemis Zurich plugged in correctly?</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mobile-widgets/qml/main.qml" line="791"/>
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue