[Xfce4-commits] <www:nick/gettext> Fix a few typos in development page.

Jérôme Guelfucci noreply at xfce.org
Thu Dec 9 18:10:03 CET 2010


Updating branch refs/heads/nick/gettext
         to 385183356b08bb960aebeae467818d151d3f0515 (commit)
       from d3a39a4c1be61f53c46d3049b6d290dfe93ec732 (commit)

commit 385183356b08bb960aebeae467818d151d3f0515
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Thu Dec 9 18:08:51 2010 +0100

    Fix a few typos in development page.

 pages/download/development.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/download/development.php b/pages/download/development.php
index 669f984..b8dcac4 100644
--- a/pages/download/development.php
+++ b/pages/download/development.php
@@ -5,17 +5,17 @@
 
 <h1><?php echo $head['title'] ?></h1>
 <p>
-  <?php E_('If you want to build Xfce from source code, you can either download the sourcetarballs of a released version of Xfce from our <a href="/download">download page</a>, or try a development version, by downloading it from GIT (only for the adventurous). Please note that installing two different versions of Xfce (ie. stable and development) is not supported.') ?>
+  <?php E_('If you want to build Xfce from source code, you can either download the source tarballs of a released version of Xfce from our <a href="/download">download page</a>, or try a development version, by downloading it from GIT (only for the adventurous). Please note that installing two different versions of Xfce (ie. stable and development) is not supported.') ?>
 </p>
 
-<h3><?php printf (R_('Latest release version (%s)'), $stable_version) ?></h3>
+<h3><?php printf (R_('Latest released version (%s)'), $stable_version) ?></h3>
 <p>
-  <?php E_('This version contain the latest bug fixes, without any major new feature. This should be more stable than the development version (and even than the last official release), but there is still no guarantee that this version is bug free.') ?>
+  <?php E_('This version contains the latest bug fixes, without any major new feature. This should be more stable than the development version (and even than the last official release), but there is still no guarantee that this version is bug free.') ?>
 </p>
 
 <h3><?php printf (R_('Latest development version (%s)'), $preview_version) ?></h3>
 <p>
-  <?php E_('This version contain the latest development updates and bug fixes. There is no guarantee that it\'s fully working and bug free.') ?>
+  <?php E_('This version contains the latest development updates and bug fixes. There is no guarantee that it\'s fully working and bug free.') ?>
 </p>
 
 <h2><?php E_('Getting the source code') ?></h2>
@@ -23,7 +23,7 @@
 <?php E_('To get a list of available modules and components, you can <a href="http://git.xfce.org/" class="external">browse the GIT repositories</a>.') ?>
 </p>
 
-<h3><?php printf (R_('Latest release version (%s) from the GIT repositories'), $stable_version) ?></h3>
+<h3><?php printf (R_('Latest released version (%s) from the GIT repositories'), $stable_version) ?></h3>
 
 <p><?php E_('You can download the desired modules with the following command:') ?></p>
 



More information about the Xfce4-commits mailing list