summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-26 21:56:45 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-26 21:56:45 -0800
commit9be42fff813ab959e23a813b37319ebf75a1951b (patch)
treed3a0b1d9a624750bd3aa69632557b3f6fb659eb8 /qt-mobile/qml/main.qml
parent0962b504ce546dfa8b71cc91a2931fcae83275d5 (diff)
downloadsubsurface-9be42fff813ab959e23a813b37319ebf75a1951b.tar.gz
QML UI: correct text for context drawer when adding dive
This needs to say "Save" to indicate that you are saving the data that was entered. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 703f4d17f..e4bc08d67 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -49,6 +49,7 @@ MobileComponents.ApplicationWindow {
Action {
text: "Add dive manually"
onTriggered: {
+ detailsWindow.viewEditText = "Save"
detailsWindow.state = "edit"
detailsWindow.dive_id = manager.addDive();
detailsWindow.number = manager.getNumber(detailsWindow.dive_id)