summaryrefslogtreecommitdiffstats
path: root/qml/Install.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/Install.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/Install.qml')
-rw-r--r--qml/Install.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Install.qml b/qml/Install.qml
index f715762..b8da993 100644
--- a/qml/Install.qml
+++ b/qml/Install.qml
@@ -15,7 +15,7 @@ Rectangle {
Label {
horizontalAlignment: TextInput.AlignHCenter
anchors.horizontalCenter: parent.horizontalCenter
- text: qsTr("Are you ready for Installation?");
+ text: qsTr("Here you can choose to permanently install this Mageia system on your computer. Any customizations you have made before launching the installer will be included.");
textFormat: Text.RichText
color: "white"
}