summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-29 08:58:43 +0100
committerPapoteur <papoteur@mageia.org>2018-12-29 08:58:43 +0100
commit2c178b667cf59e0fcaf20117aa98ad1124bb1bc6 (patch)
treea294b28d1e7f14eade6ee69bb7acdcf4ad764f06
parent118e2ccb00f896f164c8a3bd0bf6b460de9f2293 (diff)
downloadmageiawelcome-2c178b667cf59e0fcaf20117aa98ad1124bb1bc6.tar
mageiawelcome-2c178b667cf59e0fcaf20117aa98ad1124bb1bc6.tar.gz
mageiawelcome-2c178b667cf59e0fcaf20117aa98ad1124bb1bc6.tar.bz2
mageiawelcome-2c178b667cf59e0fcaf20117aa98ad1124bb1bc6.tar.xz
mageiawelcome-2c178b667cf59e0fcaf20117aa98ad1124bb1bc6.zip
Yellow border: reword/rearrange to compact the line lengths.
By Antony Baker
-rw-r--r--qml/mw-ui.qml3
1 files changed, 1 insertions, 2 deletions
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 <i>Media sources</i>).")+"<BR />"+
- "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.")+"<BR />"+"Ensure that you have enabled the <i>Media sources</i>."
textFormat: Text.RichText
wrapMode: Text.WordWrap
}