From 505fc9f15c618bd6a0861d0207040358828c2067 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 3 Jan 2019 08:52:53 +0100 Subject: Add a string to translate --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/mw-ui.qml') diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index c4f3444..7957e06 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -500,7 +500,7 @@ Rectangle { width: view.width horizontalAlignment: TextInput.AlignHCenter font.pixelSize: Qt.application.font.pixelSize * .9 - text: qsTr("Here is a small selection of popular applications - any of which may be installed or launched at this point.")+"
"+"Ensure that you have enabled the Media sources." + text: qsTr("Here is a small selection of popular applications - any of which may be installed or launched at this point.")+"
"+qsTr("Ensure that you have enabled the Media sources.") textFormat: Text.RichText wrapMode: Text.WordWrap } -- cgit v1.2.1