[Xfce4-commits] <www:nick/gettext> Add changelog intro.
Nick Schermer
noreply at xfce.org
Fri Jan 14 21:48:02 CET 2011
Updating branch refs/heads/nick/gettext
to 2b01638aa0e21b2324065c6b1ac3ea298fc03d0b (commit)
from ae30ee2080913c9bf3e55c9a85c32be6473914a5 (commit)
commit 2b01638aa0e21b2324065c6b1ac3ea298fc03d0b
Author: Nick Schermer <nick at xfce.org>
Date: Fri Jan 14 18:29:04 2011 +0100
Add changelog intro.
pages/download/changelogs/index.php | 4 ++++
pages/download/nav.php | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/pages/download/changelogs/index.php b/pages/download/changelogs/index.php
index 7f5c166..b08b8d7 100644
--- a/pages/download/changelogs/index.php
+++ b/pages/download/changelogs/index.php
@@ -29,6 +29,10 @@ rsort ($versions);
<h1><?php echo $head['title'] ?></h1>
+<p>
+ <?php E_('Xfce release notes are specific to each version. Select your version from the list below to see the changes in the release. ') ?>
+</p>
+
<?php
$printed = 0;
diff --git a/pages/download/nav.php b/pages/download/nav.php
index 1ac1869..d299cca 100644
--- a/pages/download/nav.php
+++ b/pages/download/nav.php
@@ -10,6 +10,6 @@ $toc['menu'] = array (
$toc['external'] = array (
'http://git.xfce.org/' => R_('Browse GIT repositories'),
- 'http://goodies.xfce.org' => R_('Panel Plugins'));
+ 'http://goodies.xfce.org' => R_('Xfce goodies'));
?>
More information about the Xfce4-commits
mailing list