[Fusionforge-commits] r18179 - trunk/src/plugins/projectlabels/www

Marc-Etienne VARGENAU vargenau at fusionforge.org
Wed Oct 9 12:13:07 CEST 2013


Author: vargenau
Date: 2013-10-09 12:13:07 +0200 (Wed, 09 Oct 2013)
New Revision: 18179

Modified:
   trunk/src/plugins/projectlabels/www/index.php
Log:
Less strings

Modified: trunk/src/plugins/projectlabels/www/index.php
===================================================================
--- trunk/src/plugins/projectlabels/www/index.php	2013-10-09 10:12:02 UTC (rev 18178)
+++ trunk/src/plugins/projectlabels/www/index.php	2013-10-09 10:13:07 UTC (rev 18179)
@@ -169,7 +169,7 @@
 		}
 		?>
 <form name="addlabeltoproject" method="post" action="<?php echo util_make_url ('/plugins/projectlabels/') ; ?>">
-	 <?php echo _('Unix name of the project:') . " " ; ?>
+	 <?php echo _('Project Unix Name')._(': '); ?>
 <input type=text name=group_uname>
 <input type="hidden" name="func" value="addlabeltoproject">
 <input type="submit" value="<?php echo _('Add label to project') ?>">




More information about the Fusionforge-commits mailing list