summaryrefslogtreecommitdiffstats
path: root/qml/Welcome.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-08-16 07:19:58 +0200
committerPapoteur <papoteur@mageia.org>2020-08-16 07:19:58 +0200
commit4620f92633181153b525f3d772843614f2db7aff (patch)
treeae02b20da5ce7732be5f4c1f3a435da545c66f10 /qml/Welcome.qml
parent3e988b964de78327150cbf5c45da62fa93b2213e (diff)
downloadmageiawelcome-4620f92633181153b525f3d772843614f2db7aff.tar
mageiawelcome-4620f92633181153b525f3d772843614f2db7aff.tar.gz
mageiawelcome-4620f92633181153b525f3d772843614f2db7aff.tar.bz2
mageiawelcome-4620f92633181153b525f3d772843614f2db7aff.tar.xz
mageiawelcome-4620f92633181153b525f3d772843614f2db7aff.zip
Improve wording (mga#27114)
Diffstat (limited to 'qml/Welcome.qml')
-rw-r--r--qml/Welcome.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/Welcome.qml b/qml/Welcome.qml
index c42cb4d..8d9ea7d 100644
--- a/qml/Welcome.qml
+++ b/qml/Welcome.qml
@@ -25,9 +25,9 @@ import QtQuick.Controls 1
horizontalAlignment: TextInput.AlignHCenter
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 pieces of information and<BR />help you 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 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
+ wrapMode: Text.WordWrap;textFormat:textFormat: Text.RichText
color: "white"
}
}