diff options
author | Papoteur <papoteur@mageia.org> | 2019-01-21 10:12:04 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-21 10:12:04 +0100 |
commit | ac43b4aa95c29f078b184d68affa3aa5296b0d3f (patch) | |
tree | b5e0bc7f63326d20145071bd3496fcbc43da1b3d /qml/mw-ui.qml | |
parent | f242050139d84a0d8acc0870072d5f0ceb2a5128 (diff) | |
download | mageiawelcome-ac43b4aa95c29f078b184d68affa3aa5296b0d3f.tar mageiawelcome-ac43b4aa95c29f078b184d68affa3aa5296b0d3f.tar.gz mageiawelcome-ac43b4aa95c29f078b184d68affa3aa5296b0d3f.tar.bz2 mageiawelcome-ac43b4aa95c29f078b184d68affa3aa5296b0d3f.tar.xz mageiawelcome-ac43b4aa95c29f078b184d68affa3aa5296b0d3f.zip |
Change cdrom entry with Local entry
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 6ef46f0..9851532 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -282,7 +282,7 @@ Rectangle { } } Label { text: qsTr("If you enabled the online repositories during installation, some media sources should be installed already. Otherwise, we will now configure these online repositories. - If this computer will have access to the Internet, you can delete the <i>cdrom</i> entry from the list of repositories.")+"<BR /><BR />"+ + If this computer will have access to the Internet, you can delete the <i>Local</i> entry from the list of repositories.")+"<BR /><BR />"+ qsTr("Now, please enable or disable the online repositories of your choice: click on the <i>Edit software repositories</i> button. Select at least the <i>release</i> and <i>updates</i> pair. <i>Debug</i> and <i>Testing</i> are for special cases.")+"<BR />"+ qsTr("After you have checked and enabled the repositories you need, you can go to the next slide.<BR />"); wrapMode: Text.WordWrap |