diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-01-18 21:20:39 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-01-18 21:20:39 +0000 |
commit | caa57bf477ff75ffec93d9631caf714f53f1e528 (patch) | |
tree | 51b31a7f403bdd1da3e71a231b452ecf4b12153f /en/4 | |
parent | 40e7d2337b3c218c0949b26445232f6dd30388b2 (diff) | |
download | www-caa57bf477ff75ffec93d9631caf714f53f1e528.tar www-caa57bf477ff75ffec93d9631caf714f53f1e528.tar.gz www-caa57bf477ff75ffec93d9631caf714f53f1e528.tar.bz2 www-caa57bf477ff75ffec93d9631caf714f53f1e528.tar.xz www-caa57bf477ff75ffec93d9631caf714f53f1e528.zip |
fix tag
Diffstat (limited to 'en/4')
-rwxr-xr-x | en/4/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index fbbe68079..8d705e30e 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -71,7 +71,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me <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 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> + //_e('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');?> <?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.'); ?></p> <div id="doc4" class="yui-t7"> <div id="bd" role="main"> |