mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: reword the intro text to mention offline mode
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6af77b08b2
commit
a5af2478d4
1 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue