QML UI: make text match the implementation

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-30 06:44:15 -07:00
parent 4a2a0a426e
commit 78d420ac32

View file

@ -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 {