summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2017-12-05 09:06:57 +0100
committerGravatar Robert C. Helling <helling@atdotde.de>2017-12-05 10:11:57 +0100
commit89bd0cfdbd2ab8bdc4980759fc1fb0cdeccebb1f (patch)
tree300f42c5c4a12d11171eb37c9b2c78f128a032be /mobile-widgets
parentbe9654cf8628cb930ee3590ec0f691f6f52b428e (diff)
downloadsubsurface-89bd0cfdbd2ab8bdc4980759fc1fb0cdeccebb1f.tar.gz
Unify capitalization
Sorry, this introduces a new string... Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 03a32660b..35380fe8f 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -153,7 +153,7 @@ Kirigami.ApplicationWindow {
}
Kirigami.Action {
iconName: "icons/ic_add_location.svg"
- text: qsTr("Apply GPS Fixes")
+ text: qsTr("Apply GPS fixes")
onTriggered: {
manager.applyGpsData();
}