diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-10 22:10:04 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 062c2490cd81ece86c363a60e1dad00258bf119f (patch) | |
tree | c794b20af161c7dc06462606cdeb0e4dacffb942 | |
parent | 274ac56f62b0227aa1dbb0ca77d0c9707334d1da (diff) | |
download | mageiawelcome-062c2490cd81ece86c363a60e1dad00258bf119f.tar mageiawelcome-062c2490cd81ece86c363a60e1dad00258bf119f.tar.gz mageiawelcome-062c2490cd81ece86c363a60e1dad00258bf119f.tar.bz2 mageiawelcome-062c2490cd81ece86c363a60e1dad00258bf119f.tar.xz mageiawelcome-062c2490cd81ece86c363a60e1dad00258bf119f.zip |
Review text in Applications tab
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index bbbdf5e..bf71fee 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -442,7 +442,7 @@ It is highly recommended that you update your system regularly. An Update icon w height: 60 color: "gold" Label {anchors {verticalCenter: parent.verticalCenter;} - text: qsTr("Here is a small selection of popular applications - any of which may be installed at this point.")+"<BR />"+"Be sure you have enabled <i>Media sources</i>" + text: qsTr("Here is a small selection of popular applications - any of which may be installed at this point.")+"<BR />"+"Tou can install the application or launch it when already installed" + "<BR/>" + "Be sure you have enabled <i>Media sources</i>" textFormat: Text.RichText } } |