diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-23 08:22:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-23 23:47:22 +0900 |
commit | 2187ef6c90da7f6c8da2a402f9993b4dc4f7f829 (patch) | |
tree | 47f701aac8eb9977346293b5276cd707dec02ee0 /mobile-widgets/qml | |
parent | 587882c88bbcc6b95488f8c3fd9c5dd526a0712b (diff) | |
download | subsurface-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.qml | 2 |
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") |