QML UI: reword the intro text to mention offline mode

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-21 04:46:22 -07:00
parent 6af77b08b2
commit a5af2478d4

View file

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