diff options
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"> |