summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorAntony Baker <jasperodus@zoho.com>2018-12-17 10:37:33 +0000
committerPapoteur <papoteur@mageia.org>2018-12-17 12:30:35 +0100
commiteb4c9712b71aac1de175ac27148b74b6a571f1ee (patch)
treeaf710934defdd4f72cc4a12a3163463cc0662790 /qml
parent3bdeeb36e3c5ef3229355e5e6b6182ea788bab48 (diff)
downloadmageiawelcome-eb4c9712b71aac1de175ac27148b74b6a571f1ee.tar
mageiawelcome-eb4c9712b71aac1de175ac27148b74b6a571f1ee.tar.gz
mageiawelcome-eb4c9712b71aac1de175ac27148b74b6a571f1ee.tar.bz2
mageiawelcome-eb4c9712b71aac1de175ac27148b74b6a571f1ee.tar.xz
mageiawelcome-eb4c9712b71aac1de175ac27148b74b6a571f1ee.zip
Applications: Text in yellow frame - slight reword, and use 2 lines rather than 3.
Diffstat (limited to 'qml')
-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 d3ae0ea..d1b0c6a 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -444,8 +444,7 @@ It is highly recommended that you update your system regularly. An Update icon w
Label {anchors {verticalCenter: parent.verticalCenter; }
leftPadding: 15
text: qsTr("Here is a small selection of popular applications - any of which may be installed at this point.")+"<BR />"+
- "You can install the application or launch it when already installed." + "<BR/>" +
- "Ensure that you have enabled the <i>Media sources</i>"
+ "You can install an application or launch it if already installed. Ensure that you have enabled the <i>Media sources</i>."
textFormat: Text.RichText
}
}