summaryrefslogtreecommitdiffstats
path: root/qml/Live.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/Live.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/Live.qml')
-rw-r--r--qml/Live.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qml/Live.qml b/qml/Live.qml
index 30355c8..cf51754 100644
--- a/qml/Live.qml
+++ b/qml/Live.qml
@@ -23,7 +23,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: TextInput.AlignHCenter
width: slideshow.width
- text:qsTr('This support allows you to try out Mageia without having to actually install it, or make any changes to your computer. However, the Live media also includes an Installer, which can be started when booting the media, or after booting like now.')
+ text:qsTr('This mode allows you to try out Mageia without having to actually install it, or make any changes to your computer. However, the Live media also includes an Installer, which can be started when booting the media, or after booting into Live mode, like now.')
wrapMode: Text.WordWrap;textFormat: Text.RichText
color: "white"
}
@@ -31,7 +31,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: TextInput.AlignHCenter
width: slideshow.width
- text:qsTr("Any customization or installed software will be kept when installing just after. But they won't survive to a reboot, except on a memory support and if you have added a persistent partition.")
+ text:qsTr("Any customization, including installation of additional software, will only survive until you reboot the system, unless you have added a persistence partition.")
wrapMode: Text.WordWrap;textFormat: Text.RichText
color: "white"
}
@@ -40,7 +40,7 @@ Rectangle {
objectName: "link"
//: the link to the local file can be adapted to your language if the documentation is translated
onMbuttonClicked: { link.weblink(qsTr("file:///usr/share/doc/mageia-doc/draklive/en/index.html"))}
- buttonText: qsTr("Documentation of installer")
+ buttonText: qsTr("Installer documentation")
}
}
}