summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-09-19 09:54:11 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-19 14:05:14 -0700
commitc11a4e4633e4b7c53f1f170efa0a03a853461a43 (patch)
tree9988ed1a209977e72f71eda6717de340b0881f4e /mobile-widgets
parent4fc0d9ee132cc73c239d9a9f5fd4ef01dbd04adc (diff)
downloadsubsurface-c11a4e4633e4b7c53f1f170efa0a03a853461a43.tar.gz
Mobile: rename UI string for webservice
Trivial rename of a UI string. The string "Subsurface GPS data webservice" reminds me too much of the legacy webservice. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/Settings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml
index 9f6f1f8cb..ddfc8698d 100644
--- a/mobile-widgets/qml/Settings.qml
+++ b/mobile-widgets/qml/Settings.qml
@@ -259,7 +259,7 @@ Kirigami.ScrollablePage {
width: parent.width
Kirigami.Heading {
- text: qsTr("Subsurface GPS data webservice")
+ text: qsTr("GPS location service")
color: subsurfaceTheme.textColor
level: 4
Layout.topMargin: Kirigami.Units.largeSpacing