diff options
author | Papoteur <papoteur@mageia.org> | 2020-08-16 07:37:28 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-08-16 07:37:28 +0200 |
commit | e7408155372c25231e3313fd971f2bcabb13db91 (patch) | |
tree | 08134c9f0b74b190d180bc317661253bd72a6e54 /qml/Install.qml | |
parent | 4620f92633181153b525f3d772843614f2db7aff (diff) | |
download | mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.gz mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.bz2 mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.xz mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.zip |
Continue previous improvement
Diffstat (limited to 'qml/Install.qml')
-rw-r--r-- | qml/Install.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/Install.qml b/qml/Install.qml index b8da993..28333e5 100644 --- a/qml/Install.qml +++ b/qml/Install.qml @@ -17,6 +17,7 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter 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 + wrapMode: Text.WordWrap color: "white" } |