[Fusionforge-commits] r12711 - branches/Branch_5_1/src/www/project/admin

Alain Peyrat aljeux at fusionforge.org
Fri Mar 11 19:15:34 CET 2011


Author: aljeux
Date: 2011-03-11 19:15:34 +0100 (Fri, 11 Mar 2011)
New Revision: 12711

Modified:
   branches/Branch_5_1/src/www/project/admin/roledelete.php
Log:
Use same message to ease transations.

Modified: branches/Branch_5_1/src/www/project/admin/roledelete.php
===================================================================
--- branches/Branch_5_1/src/www/project/admin/roledelete.php	2011-03-11 18:15:26 UTC (rev 12710)
+++ branches/Branch_5_1/src/www/project/admin/roledelete.php	2011-03-11 18:15:34 UTC (rev 12711)
@@ -75,7 +75,7 @@
 
 <form action="<?php echo getStringFromServer('PHP_SELF') ?>?group_id=<?php echo $group_id ?>&role_id=<?php echo $role_id ?>" method="post">
 <p>
-<input name="sure" value="1" type="checkbox" /><?php echo _("I'm Sure.") ?><br />
+<input name="sure" value="1" type="checkbox" /><?php echo _("I'm Sure") ?><br />
 </p>
 
 <p>




More information about the Fusionforge-commits mailing list