summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-10 22:10:04 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 15:46:34 +0100
commit76906b0a95d0e11bb35dd449253b80c88ce5ce29 (patch)
treebe19ced2c5a58103312e3d0a8aff40ee11a11479
parent5596a29b4bbf71bccb1e978ad1485d79b4545129 (diff)
downloadmageiawelcome-76906b0a95d0e11bb35dd449253b80c88ce5ce29.tar
mageiawelcome-76906b0a95d0e11bb35dd449253b80c88ce5ce29.tar.gz
mageiawelcome-76906b0a95d0e11bb35dd449253b80c88ce5ce29.tar.bz2
mageiawelcome-76906b0a95d0e11bb35dd449253b80c88ce5ce29.tar.xz
mageiawelcome-76906b0a95d0e11bb35dd449253b80c88ce5ce29.zip
Review text in Applications tab
-rw-r--r--qml/mw-ui.qml2
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
}
}