From e7408155372c25231e3313fd971f2bcabb13db91 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 16 Aug 2020 07:37:28 +0200 Subject: Continue previous improvement --- qml/InstallSoftware.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qml/InstallSoftware.qml') 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.
"); + text: (user == 'live' ? "": qsTr("The next slide shows a small selection of popular applications - any of which may be installed at this point.
")); 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 -- cgit v1.2.1