[Fusionforge-commits] r18977 - trunk/src/www/people/admin

Marc-Etienne VARGENAU vargenau at fusionforge.org
Tue Jan 28 13:49:52 CET 2014


Author: vargenau
Date: 2014-01-28 13:49:52 +0100 (Tue, 28 Jan 2014)
New Revision: 18977

Modified:
   trunk/src/www/people/admin/index.php
Log:
Translate strings

Modified: trunk/src/www/people/admin/index.php
===================================================================
--- trunk/src/www/people/admin/index.php	2014-01-28 09:18:26 UTC (rev 18976)
+++ trunk/src/www/people/admin/index.php	2014-01-28 12:49:52 UTC (rev 18977)
@@ -77,7 +77,7 @@
 		/*
 			Show categories and blank row
 		*/
-		people_header(array ('title'=>'Add/Change Categories'));
+		people_header(array ('title'=>_('Add/Change Categories')));
 
 		/*
 			List of possible categories for this group
@@ -99,9 +99,9 @@
 		<strong><?php echo _('New Category Name')._(':'); ?></strong>
 		<input type="text" name="cat_name" value="" size="15" maxlength="30" />
 		</p>
-		<p class="warning">Once you add a category, it cannot be deleted</p>
+		<p class="warning"><?php echo _('Once you add a category, it cannot be deleted') ?></p>
 		<p>
-		<input type="submit" name="submit" value="SUBMIT"></p>
+		<input type="submit" name="submit" value="submit"></p>
 		</form>
 		<?php
 




More information about the Fusionforge-commits mailing list