summaryrefslogtreecommitdiffstats
path: root/qml/InstallSoftware.qml
diff options
context:
space:
mode:
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