diff options
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/site/download/index.php b/site/download/index.php index 8b96428..05fa1df 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -36,14 +36,11 @@ <p> <strong> - <?php echo gettext("The latest release is:"); ?> <?php echo $lbRelease[0][0][0]; ?>. - <?php echo gettext("Release date:"); ?> <?php echo $lbRelease[0][0][1]; ?>. + <?php echo gettext("The latest stable release is"); ?> <?php echo $lbRelease[0][0][0]; ?>, + <?php echo gettext("released on"); ?> <?php echo $lbRelease[0][0][1]; ?> and can be + found at <a href="#https">#https</a>. </strong> <a href="../"><?php echo gettext("Back to home page"); ?></a> </p> - <p> - These are stable releases, intended for general use. If you want something more up to date - (but potentially lethal), see <a href="#unstable">#unstable</a>. - </p> <p> <strong>The current stable release is quite old at this point. We're working on a new release, and welcome everyone to get involved in testing for bugs in the <a href="#unstable">unstable releases</a> |