aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/StartPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r--mobile-widgets/qml/StartPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml
index e9c785672..09057b168 100644
--- a/mobile-widgets/qml/StartPage.qml
+++ b/mobile-widgets/qml/StartPage.qml
@@ -16,10 +16,10 @@ ColumnLayout {
Layout.fillWidth: true
Layout.margins: Kirigami.Units.gridUnit
Layout.topMargin: Kirigami.Units.gridUnit * 3
- text: "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."
+ "on the no cloud icon below.")
wrapMode: Text.WordWrap
}
Kirigami.Label {