summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-06-29 21:39:11 +0200
committerPapoteur <papoteur@mageia.org>2020-06-29 21:39:11 +0200
commitdf3c422365d80e80b60889ad82edcfa7954b60ea (patch)
tree70a9a3ce75a718561af1dfa554346c14942a7b62 /qml
parent342f017835e0c10e3826a2f45c16db18c4f19c70 (diff)
downloadmageiawelcome-df3c422365d80e80b60889ad82edcfa7954b60ea.tar
mageiawelcome-df3c422365d80e80b60889ad82edcfa7954b60ea.tar.gz
mageiawelcome-df3c422365d80e80b60889ad82edcfa7954b60ea.tar.bz2
mageiawelcome-df3c422365d80e80b60889ad82edcfa7954b60ea.tar.xz
mageiawelcome-df3c422365d80e80b60889ad82edcfa7954b60ea.zip
Improve wordings in Welcome page.
Diffstat (limited to 'qml')
-rw-r--r--qml/Welcome.qml2
1 files changed, 1 insertions, 1 deletions
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<BR />help you with to go further with Mageia.<BR /><BR />Now, click on <i> %1 </i> to go to the first step.").arg(qsTr("Live mode")) :
- qsTr("We are going to guide you through a few important steps and help<BR />you with the configuration of your newly installed system.<BR /><BR />Now, click on <i>%1</i> to go to the first step.").arg(qsTr("Media sources")));
+ qsTr("We are going to guide you through some important steps and help<BR />you with the configuration of your newly installed system.<BR /><BR />Now, click on <i>%1</i> to go to the first step.").arg(qsTr("Media sources")));
textFormat: Text.RichText
color: "white"
}