diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2015-04-25 23:28:29 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2015-04-25 23:28:29 +0200 |
commit | 64b5180599c0d06774bb84a9a0e8491dce5192a8 (patch) | |
tree | d7f9294781aae246e983daba608dbf1a8982efe3 | |
parent | 88d6c77c5a91e8f0fe4dd7df85654029a733ae15 (diff) | |
download | www-64b5180599c0d06774bb84a9a0e8491dce5192a8.tar www-64b5180599c0d06774bb84a9a0e8491dce5192a8.tar.gz www-64b5180599c0d06774bb84a9a0e8491dce5192a8.tar.bz2 www-64b5180599c0d06774bb84a9a0e8491dce5192a8.tar.xz www-64b5180599c0d06774bb84a9a0e8491dce5192a8.zip |
It is a RC not a Beta, spotted by Akien
-rwxr-xr-x | en/5/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index b67f0bcac..36ae62477 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -142,9 +142,9 @@ input[type="radio"], input[type="submit"] { </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 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('March 2015'))); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> + _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('May 2015'))); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> <div id="doc4" class="yui-t7"> <div id="bd" role="main"> <div class="yui-ge bb1"> |