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>
This commit is contained in:
Dirk Hohndel 2015-12-26 21:56:45 -08:00
parent 0962b504ce
commit 9be42fff81
2 changed files with 3 additions and 0 deletions

View file

@ -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)