mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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>
This commit is contained in:
parent
4fc0d9ee13
commit
c11a4e4633
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue