[Xfce4-commits] <www:nick/gettext> Add release notes link.

Nick Schermer noreply at xfce.org
Sun Jan 16 18:08:01 CET 2011


Updating branch refs/heads/nick/gettext
         to d3c2b80f59bcd2acaf5a51aa2ee411cba21ab382 (commit)
       from 9475db6fac7466f6563ed88841b0037f3fe53707 (commit)

commit d3c2b80f59bcd2acaf5a51aa2ee411cba21ab382
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 16 18:07:12 2011 +0100

    Add release notes link.

 pages/frontpage.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index 1fe2b68..d62b5fc 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -19,9 +19,10 @@ $head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
 </p>
 
 <ul>
-  <li><a href="download"><?php printf (R_('Download the lastest %s release'), $stable_version) ?></a></li>
-  <li><a href="about/tour"><?php E_('Visual tour of Xfce 4.8') ?></a></li>
-  <li><a href="about/screenshots"><?php E_('Screenshots') ?></a></li>
+  <li><a href="/download"><?php printf (R_('Download the lastest %s release'), $stable_version) ?></a></li>
+  <li><a href="/download/changelogs/<?php echo $stable_version ?>"><?php printf (R_('Release notes for %s'), $stable_version) ?></a></li>
+  <li><a href="/about/tour"><?php E_('Visual tour of Xfce 4.8') ?></a></li>
+  <li><a href="/about/screenshots"><?php E_('Screenshots') ?></a></li>
 </ul>
 
 </div>



More information about the Xfce4-commits mailing list