From a26eda97009e643b137670be8df0d843d4328e51 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 14 Dec 2015 23:00:19 -0800 Subject: 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 --- qt-mobile/qml/StartPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile/qml/StartPage.qml') 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 } -- cgit v1.2.3-70-g09d2