diff options
Diffstat (limited to 'qml/Install.qml')
-rw-r--r-- | qml/Install.qml | 2 |
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" } |