From c259a8f6fe19d484f4dee5f3a78e6ee68893f46e Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Thu, 5 May 2016 19:26:56 +0300 Subject: Fix typo Ends up being "enteryour" without the space. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/StartPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.3-70-g09d2