aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/prerelease
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2020-12-12 01:24:21 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2020-12-12 01:24:21 +0100
commitdb88d357002e50ce6b29f8d01fc34c6a0c433f8b (patch)
tree94cef0f95c50963c56e566225b91ed73deb50779 /en/downloads/prerelease
parent11bb6d5fc7025dd5230f38f20659ad843df5b0da (diff)
downloadwww-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar.gz
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar.bz2
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar.xz
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.zip
Revert "Mageia 8 beta2"
sorry for the mess This reverts commit 0975af5ae6edff10842df14b19b802e76d539396.
Diffstat (limited to 'en/downloads/prerelease')
-rw-r--r--en/downloads/prerelease/download_index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/downloads/prerelease/download_index.php b/en/downloads/prerelease/download_index.php
index 80d795346..703eaab04 100644
--- a/en/downloads/prerelease/download_index.php
+++ b/en/downloads/prerelease/download_index.php
@@ -2,7 +2,7 @@
$name = 'Mageia';
$version = '8';
-$release = 'beta2';
+$release = 'beta1';
$torrentavailable=true;
$classical=true;
$live=true;
@@ -93,8 +93,8 @@ input[type="radio"], input[type="submit"], .popover-content {
<?php include './nav.php'; ?>
<div class="bg-danger">
<p class="text-white p-3 container"><?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 %s.', array(_r('July 2019')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p>
</div>