diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-30 06:44:15 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-30 09:46:19 -0700 |
commit | 78d420ac322507596f010fc639924f052c14ed82 (patch) | |
tree | 4db8606a4c2995862b1c97f4bee33224de23af19 | |
parent | 4a2a0a426e5249a532bb15879c42325068b13194 (diff) | |
download | subsurface-78d420ac322507596f010fc639924f052c14ed82.tar.gz |
QML UI: make text match the implementation
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index 980e0921c..e9c785672 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -18,8 +18,8 @@ ColumnLayout { Layout.topMargin: Kirigami.Units.gridUnit * 3 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." + "To use Subsurface-mobile only with local data on this device, tap " + + "on the no cloud icon below." wrapMode: Text.WordWrap } Kirigami.Label { |