diff options
author | Filip Komar <filip@mageia.org> | 2013-12-15 18:05:23 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-12-15 18:05:23 +0000 |
commit | fde389878f1644ceb0233a9ef4c4b592b08172b3 (patch) | |
tree | aaea59bc72f0447c1a48ca524306cd6e841abd05 /en/4 | |
parent | b86131e3baf0cedb58a05348ee5f0988f2561cbf (diff) | |
download | www-fde389878f1644ceb0233a9ef4c4b592b08172b3.tar www-fde389878f1644ceb0233a9ef4c4b592b08172b3.tar.gz www-fde389878f1644ceb0233a9ef4c4b592b08172b3.tar.bz2 www-fde389878f1644ceb0233a9ef4c4b592b08172b3.tar.xz www-fde389878f1644ceb0233a9ef4c4b592b08172b3.zip |
fix alpha 2 beta + preparation of strings for RC
Diffstat (limited to 'en/4')
-rwxr-xr-x | en/4/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 4373adb33..9450036b4 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -70,9 +70,9 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me <?php echo $hsnav; ?> <h1 id="mgnavt"><?php echo sprintf(_t('Download') . '<strong>%s %s %s</strong>',$name, $version, $release)?></h1> <?php include '../'.$version.'/nav.php'; ?> - <p class="unstable-release-warning"><?php _e('Be careful! This is an alpha, unstable release.'); + <p class="unstable-release-warning"><?php _e('Be careful! This is a beta, unstable release.'); _e('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');?></p> - +<?php // _e('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 February 2014.'); _e('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?> <div id="doc4" class="yui-t7"> <div id="bd" role="main"> <div class="yui-ge bb1"> |