[Fusionforge-commits] r10521 - in trunk/src/www/project: . report

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Thu Sep 16 21:37:11 CEST 2010


Author: aljeux
Date: 2010-09-16 21:37:09 +0200 (Thu, 16 Sep 2010)
New Revision: 10521

Modified:
   trunk/src/www/project/index.php
   trunk/src/www/project/report/index.php
Log:
Group => Project

Modified: trunk/src/www/project/index.php
===================================================================
--- trunk/src/www/project/index.php	2010-09-16 19:36:58 UTC (rev 10520)
+++ trunk/src/www/project/index.php	2010-09-16 19:37:09 UTC (rev 10521)
@@ -33,7 +33,7 @@
 }
 
 if (!$group_id) {
-	exit_error(_('Missing Group Argument'),_('A group must be specified for this page.'));
+	exit_error("Missing Project Argument","A project must be specified for this page.");
 }
 
 if (isset ($sys_noforcetype) && $sys_noforcetype) {

Modified: trunk/src/www/project/report/index.php
===================================================================
--- trunk/src/www/project/report/index.php	2010-09-16 19:36:58 UTC (rev 10520)
+++ trunk/src/www/project/report/index.php	2010-09-16 19:37:09 UTC (rev 10521)
@@ -105,7 +105,7 @@
 }
 
 //
-//      get the Group object
+//      get the Project object
 //
 $group_id = getIntFromRequest('group_id');
 




More information about the Fusionforge-commits mailing list