From df3c422365d80e80b60889ad82edcfa7954b60ea Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 29 Jun 2020 21:39:11 +0200 Subject: Improve wordings in Welcome page. --- qml/Welcome.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml') diff --git a/qml/Welcome.qml b/qml/Welcome.qml index 09d8a5a..c42cb4d 100644 --- a/qml/Welcome.qml +++ b/qml/Welcome.qml @@ -26,7 +26,7 @@ import QtQuick.Controls 1 anchors.horizontalCenter: parent.horizontalCenter text: (user == 'live' ? qsTr("We are going to guide you through a few important information and
help you with to go further with Mageia.

Now, click on %1 to go to the first step.").arg(qsTr("Live mode")) : - qsTr("We are going to guide you through a few important steps and help
you with the configuration of your newly installed system.

Now, click on %1 to go to the first step.").arg(qsTr("Media sources"))); + qsTr("We are going to guide you through some important steps and help
you with the configuration of your newly installed system.

Now, click on %1 to go to the first step.").arg(qsTr("Media sources"))); textFormat: Text.RichText color: "white" } -- cgit v1.2.1