diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-17 10:37:33 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 12:30:35 +0100 |
commit | eb4c9712b71aac1de175ac27148b74b6a571f1ee (patch) | |
tree | af710934defdd4f72cc4a12a3163463cc0662790 | |
parent | 3bdeeb36e3c5ef3229355e5e6b6182ea788bab48 (diff) | |
download | mageiawelcome-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.
-rw-r--r-- | qml/mw-ui.qml | 3 |
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 } } |