diff options
Diffstat (limited to 'en/5/download_index.php')
-rwxr-xr-x | en/5/download_index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index e29630bf4..91491dfc7 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -2,7 +2,7 @@ $name = 'Mageia'; $version = '5'; -$release = 'alpha2'; +$release = 'beta1'; $torrentavailable=true; $classical=true; $live=true; @@ -141,8 +141,8 @@ input[type="radio"], input[type="submit"] { <?php include '../'.$version.'/nav.php'; ?> </header> <p class="unstable-release-warning"><?php - _g('Be careful! This is an alpha, unstable release.'); -// _g('Be careful! This is a beta, unstable release.'); +// _g('Be careful! This is an alpha, unstable release.'); + _g('Be careful! This is a beta, unstable release.'); // _g('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>'); // _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for December 2014.'); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> <div id="doc4" class="yui-t7"> @@ -169,7 +169,7 @@ input[type="radio"], input[type="submit"] { _g('Unetbootin should not be used to copy the iso image to a USB drive (see below).',null,'p class="warn"'); _g('To dump a Mageia installation ISO on a USB stick, you may try one of several tools:',null,'p'); echo '<ul>'; - _g('IsoDumper, available since Mageia 4 inside repo, for Mageia 3, it\'s <a href="%s">here</a>.',array('http://mirrors.kernel.org/mageia/distrib/3/x86_64/media/core/updates_testing/isodumper-0.22-1.mga3.noarch.rpm'),'li'); + _g('IsoDumper, available since Mageia 4 inside repo, for Mageia 3, it\'s <a href="%s">here</a>.',array('http://mirrors.kernel.org/mageia/distrib/3/x86_64/media/core/updates_testing/isodumper-0.25-1.mga3.noarch.rpm'),'li'); echo '<li>'; _g('For windows use <a href="%s">usbdumper.</a>',array('http://mirrors.kernel.org/mageia/people/marcom/usbdumper.exe')); _g('If it show "writing error or access denied" try the fallowing method: run the console (cmd), then type "diskpart", then "list disk", then select your disk with "select disk", and type "clean" (it will erase the key).',null,'span class="dlinfo"');?> |