summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveDetailsEdit.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-22 17:23:55 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-22 18:20:03 -0800
commitb15b3c195c73db1d181413a97783173649485f9d (patch)
tree99bf37a6c3cd82386e73070c984b13d9dc9b9f61 /mobile-widgets/qml/DiveDetailsEdit.qml
parent0196d9a220e4bdd989539f55b4d5736d189410d4 (diff)
downloadsubsurface-b15b3c195c73db1d181413a97783173649485f9d.tar.gz
QML UI: allow magic phrase for multiple buddies to be localized
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsEdit.qml')
-rw-r--r--mobile-widgets/qml/DiveDetailsEdit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml
index d489db3e8..d6c83d97c 100644
--- a/mobile-widgets/qml/DiveDetailsEdit.qml
+++ b/mobile-widgets/qml/DiveDetailsEdit.qml
@@ -177,7 +177,7 @@ Item {
}
ComboBox {
id: buddyBox
- editable: currentText != "Multiple Buddies"
+ editable: currentText != qsTr("Multiple Buddies")
model: diveDetailsListView.currentItem.modelData.dive.buddyList
inputMethodHints: Qt.ImhNoPredictiveText
Layout.fillWidth: true