mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 07:06:17 +00:00
QML UI: fix typo
Simple typo on the overlay drawer. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
587882c88b
commit
2187ef6c90
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ Kirigami.ApplicationWindow {
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "icons/ic_sync.svg"
|
iconName: "icons/ic_sync.svg"
|
||||||
text: qsTr("Dive managment")
|
text: qsTr("Dive management")
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "icons/ic_add.svg"
|
iconName: "icons/ic_add.svg"
|
||||||
text: qsTr("Add dive manually")
|
text: qsTr("Add dive manually")
|
||||||
|
|
Loading…
Add table
Reference in a new issue