aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-15 07:27:00 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-15 07:27:00 -0800
commitbbbd479914dd32590f4aba474afcb467e15e82ef (patch)
tree700a1db6192d69162e1015bc5c61e48ce9ec79c0 /qt-mobile
parenta3189a9b3ea8c3af13ca0c7c3fcfb3da42da787d (diff)
downloadsubsurface-bbbd479914dd32590f4aba474afcb467e15e82ef.tar.gz
QML UI: better text when no profile is shown for a dive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/DiveDetailsView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/DiveDetailsView.qml b/qt-mobile/qml/DiveDetailsView.qml
index 56d524f1f..f7746ad74 100644
--- a/qt-mobile/qml/DiveDetailsView.qml
+++ b/qt-mobile/qml/DiveDetailsView.qml
@@ -133,7 +133,7 @@ Item {
Layout.columnSpan: 4
Layout.margins: MobileComponents.Units.gridUnit
horizontalAlignment: Text.AlignHCenter
- text: "No profile show for empty dive"
+ text: "No profile to show"
}
}
GridLayout {