diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-21 04:46:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-22 11:59:15 -0700 |
commit | a5af2478d47e70097404ef93f780338483826ad6 (patch) | |
tree | bb3781fa8da181f0a1d11a871aecd2dbf6db44f5 /mobile-widgets/qml/StartPage.qml | |
parent | 6af77b08b2a37cdc61cded2a4b6c449485107180 (diff) | |
download | subsurface-a5af2478d47e70097404ef93f780338483826ad6.tar.gz |
QML UI: reword the intro text to mention offline mode
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index 41fe469c2..980e0921c 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -16,8 +16,10 @@ ColumnLayout { Layout.fillWidth: true Layout.margins: Kirigami.Units.gridUnit Layout.topMargin: Kirigami.Units.gridUnit * 3 - text: "In order to use Subsurface-mobile you need to have a Subsurface cloud storage account " + - "(which can be created with the Subsurface desktop application)." + text: "To use Subsurface-mobile with Subsurface cloud storage, please enter " + + "your cloud credentials.\n\n" + + "To use Subsurface-mobile only with local data on this device, select " + + "Offline mode in the Manage dives entry in the main menu." wrapMode: Text.WordWrap } Kirigami.Label { |