[Fusionforge-commits] r18182 - trunk/src/www/include

Marc-Etienne VARGENAU vargenau at fusionforge.org
Wed Oct 9 16:03:00 CEST 2013


Author: vargenau
Date: 2013-10-09 16:03:00 +0200 (Wed, 09 Oct 2013)
New Revision: 18182

Modified:
   trunk/src/www/include/user_home.php
Log:
Less strings

Modified: trunk/src/www/include/user_home.php
===================================================================
--- trunk/src/www/include/user_home.php	2013-10-09 10:23:51 UTC (rev 18181)
+++ trunk/src/www/include/user_home.php	2013-10-09 14:03:00 UTC (rev 18182)
@@ -86,7 +86,7 @@
 
 <?php
 
-    echo $HTML->boxMiddle(_('Project Info'), _('Project Info'));
+echo $HTML->boxMiddle(_('Project Information'), _('Project Information'));
 
 $projects = $user->getGroups () ;
 sortProjectList ($projects) ;




More information about the Fusionforge-commits mailing list