[Fusionforge-commits] r8871 - trunk/gforge/www/softwaremap

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Feb 25 17:49:58 CET 2010


Author: lolando
Date: 2010-02-25 17:49:58 +0100 (Thu, 25 Feb 2010)
New Revision: 8871

Modified:
   trunk/gforge/www/softwaremap/trove_list.php
Log:
Fixed hardcoded French string

Modified: trunk/gforge/www/softwaremap/trove_list.php
===================================================================
--- trunk/gforge/www/softwaremap/trove_list.php	2010-02-25 16:28:21 UTC (rev 8870)
+++ trunk/gforge/www/softwaremap/trove_list.php	2010-02-25 16:49:58 UTC (rev 8871)
@@ -80,7 +80,7 @@
 echo ($HTML->subMenu($subMenuTitle, $subMenuUrl));
 
 echo '<div id="arbre-projets" class="lien-soulignement">' . "\n";
-echo '<h2>Arbre des projets</h2>' . "\n";
+echo '<h2>'._('Project tree').'</h2>' . "\n";
 
 $row_trove_cat = db_fetch_array($res_trove_cat);
 




More information about the Fusionforge-commits mailing list