diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-14 23:00:19 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-15 13:33:53 -0800 |
commit | a26eda97009e643b137670be8df0d843d4328e51 (patch) | |
tree | ba01f7d150c3545b8cfe82990e2b7f0ef19cc3a3 /qt-mobile/qml/StartPage.qml | |
parent | 7aab63558525a8c6e17d39bdc4e3691baa02266e (diff) | |
download | subsurface-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.qml | 2 |
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 } |