From 2c178b667cf59e0fcaf20117aa98ad1124bb1bc6 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 29 Dec 2018 08:58:43 +0100 Subject: Yellow border: reword/rearrange to compact the line lengths. By Antony Baker --- qml/mw-ui.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qml/mw-ui.qml') diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 7499873..13bc36f 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -472,8 +472,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 at this point (ensure that you enabled the Media sources).")+"
"+ - "You can install an application, or launch it if already installed. Longer software lists are scrollable." + 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." textFormat: Text.RichText wrapMode: Text.WordWrap } -- cgit v1.2.1