summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/StartPage.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-14 23:00:19 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-15 13:33:53 -0800
commita26eda97009e643b137670be8df0d843d4328e51 (patch)
treeba01f7d150c3545b8cfe82990e2b7f0ef19cc3a3 /qt-mobile/qml/StartPage.qml
parent7aab63558525a8c6e17d39bdc4e3691baa02266e (diff)
downloadsubsurface-a26eda97009e643b137670be8df0d843d4328e51.tar.gz
QML UI: show better message about dive list at start
Now the message should make more sense. First it tells you that it's looking for dives. Then you get some progress during the git download, and error messages if things failed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/StartPage.qml')
-rw-r--r--qt-mobile/qml/StartPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml
index 361c917bf..74da73ba8 100644
--- a/qt-mobile/qml/StartPage.qml
+++ b/qt-mobile/qml/StartPage.qml
@@ -20,7 +20,7 @@ Item {
id: welcomeText
Layout.fillWidth: true
Layout.bottomMargin: MobileComponents.Units.largeSpacing
- text: "No recorded dives found. You can download your dives to this device from the Subsurface cloud storage service, from your dive computer, or add them manually."
+ text: manager.startPageText
wrapMode: Text.WordWrap
Layout.columnSpan: 2
}