diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2016-05-05 19:26:56 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-05-05 09:28:30 -0700 |
commit | c259a8f6fe19d484f4dee5f3a78e6ee68893f46e (patch) | |
tree | 4051e2eaaf05bf6702d435eb69864e83c61ae9a0 /mobile-widgets/qml/StartPage.qml | |
parent | b46839015572a11cdfe29c1df1eb6391ac479b56 (diff) | |
download | subsurface-c259a8f6fe19d484f4dee5f3a78e6ee68893f46e.tar.gz |
Fix typo
Ends up being "enteryour" without the space.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index 09057b168..d1bbbdcb1 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -16,7 +16,7 @@ ColumnLayout { Layout.fillWidth: true Layout.margins: Kirigami.Units.gridUnit Layout.topMargin: Kirigami.Units.gridUnit * 3 - text: qsTr("To use Subsurface-mobile with Subsurface cloud storage, please enter" + + text: qsTr("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, tap " + "on the no cloud icon below.") |