[Xfce4-commits] <www:nick/gettext> Fix typo.

Nick Schermer noreply at xfce.org
Tue Jan 18 12:52:02 CET 2011


Updating branch refs/heads/nick/gettext
         to e61aadd74c96d1b61cde37d03a550f1b249829d8 (commit)
       from d44c9ca7ad5184c69c9844eb7e2bd3cc4651f229 (commit)

commit e61aadd74c96d1b61cde37d03a550f1b249829d8
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Jan 18 12:50:31 2011 +0100

    Fix typo.

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

diff --git a/pages/frontpage.php b/pages/frontpage.php
index 29234e4..f4d4d39 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -19,7 +19,7 @@ $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="/download"><?php printf (R_('Download the latest %s release'), $stable_version) ?></a></li>
   <li><a href="/download/changelogs/4.8.0"><?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>



More information about the Xfce4-commits mailing list