aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2019-06-26 22:35:34 +0200
committerfilip <filip.komar@gmail.com>2019-06-26 22:35:34 +0200
commit2e0372f06f860616c581bb4cbcd5e0f9760a2fac (patch)
treed9a13e4814875fcde019b762e73887de48521ee3
parent145534ad80f784e41e805a064eb743c50254b22b (diff)
downloadwww-2e0372f06f860616c581bb4cbcd5e0f9760a2fac.tar
www-2e0372f06f860616c581bb4cbcd5e0f9760a2fac.tar.gz
www-2e0372f06f860616c581bb4cbcd5e0f9760a2fac.tar.bz2
www-2e0372f06f860616c581bb4cbcd5e0f9760a2fac.tar.xz
www-2e0372f06f860616c581bb4cbcd5e0f9760a2fac.zip
fix warning from beta to rc + fix expected release date + added missing space
-rw-r--r--en/downloads/prerelease/download_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/prerelease/download_index.php b/en/downloads/prerelease/download_index.php
index 9025c02cf..265f7c15a 100644
--- a/en/downloads/prerelease/download_index.php
+++ b/en/downloads/prerelease/download_index.php
@@ -93,9 +93,9 @@ input[type="radio"], input[type="submit"], .popover-content {
<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 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('June 2017'))); _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('July 2019')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p>
</div>