mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML UI: make text match the implementation
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4a2a0a426e
commit
78d420ac32
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue