summaryrefslogtreecommitdiffstats
path: root/qml/InstallSoftware.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-08-16 07:37:28 +0200
committerPapoteur <papoteur@mageia.org>2020-08-16 07:37:28 +0200
commite7408155372c25231e3313fd971f2bcabb13db91 (patch)
tree08134c9f0b74b190d180bc317661253bd72a6e54 /qml/InstallSoftware.qml
parent4620f92633181153b525f3d772843614f2db7aff (diff)
downloadmageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.gz
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.bz2
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.xz
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.zip
Continue previous improvement
Diffstat (limited to 'qml/InstallSoftware.qml')
-rw-r--r--qml/InstallSoftware.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/InstallSoftware.qml b/qml/InstallSoftware.qml
index 22bfcd3..f3972c9 100644
--- a/qml/InstallSoftware.qml
+++ b/qml/InstallSoftware.qml
@@ -41,7 +41,7 @@ Rectangle {
buttonText: qsTr("Dnfdragora")
}
Label {
- text: qsTr("The next slide shows a small selection of popular applications - any of which may be installed at this point.<BR/>");
+ text: (user == 'live' ? "": qsTr("The next slide shows a small selection of popular applications - any of which may be installed at this point.<BR/>"));
width: slideshow.width
padding: 20
wrapMode: Text.WordWrap
@@ -49,7 +49,7 @@ Rectangle {
color: "white"
}
Label {
- text: qsTr("You can find a more detailed list here:");
+ text: (user == 'live' ? qsTr("You can find a detailed list here:") : qsTr("You can find a more detailed list here:"));
width: slideshow.width
padding: 20
wrapMode: Text.WordWrap