summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-23 08:22:44 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-23 23:47:22 +0900
commit2187ef6c90da7f6c8da2a402f9993b4dc4f7f829 (patch)
tree47f701aac8eb9977346293b5276cd707dec02ee0 /mobile-widgets/qml
parent587882c88bbcc6b95488f8c3fd9c5dd526a0712b (diff)
downloadsubsurface-2187ef6c90da7f6c8da2a402f9993b4dc4f7f829.tar.gz
QML UI: fix typo
Simple typo on the overlay drawer. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml')
-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 6ff17bc41..6c97f0f09 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -132,7 +132,7 @@ Kirigami.ApplicationWindow {
},
Kirigami.Action {
iconName: "icons/ic_sync.svg"
- text: qsTr("Dive managment")
+ text: qsTr("Dive management")
Kirigami.Action {
iconName: "icons/ic_add.svg"
text: qsTr("Add dive manually")