[Fusionforge-commits] r20219 - trunk/src/common/tracker/views

Marc-Etienne VARGENAU vargenau at fusionforge.org
Thu May 22 13:52:29 CEST 2014


Author: vargenau
Date: 2014-05-22 13:52:28 +0200 (Thu, 22 May 2014)
New Revision: 20219

Modified:
   trunk/src/common/tracker/views/form-addextrafield.php
   trunk/src/common/tracker/views/form-updateextrafieldelement.php
Log:
Better button label

Modified: trunk/src/common/tracker/views/form-addextrafield.php
===================================================================
--- trunk/src/common/tracker/views/form-addextrafield.php	2014-05-22 10:57:53 UTC (rev 20218)
+++ trunk/src/common/tracker/views/form-addextrafield.php	2014-05-22 11:52:28 UTC (rev 20219)
@@ -112,7 +112,7 @@
 <form action="<?php echo getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&atid='.$ath->getID(); ?>" method="post">
 <p>
 <input type="hidden" name="add_extrafield" value="y" />
-<strong><?php echo _('Custom Field Name')._(':').utils_requiredField(); ?></strong><br />
+<strong><?php echo _('Custom Field Name').utils_requiredField()._(':'); ?></strong><br />
 <input type="text" name="name" value="" size="15" maxlength="30" required="required" />
 </p>
 <p>
@@ -148,7 +148,7 @@
 echo $HTML->warning_msg(_('Warning: this add new custom field'));
 ?>
 <p>
-<input type="submit" name="post_changes" value="<?php echo _('Submit') ?>" />
+<input type="submit" name="post_changes" value="<?php echo _('Add Custom Field') ?>" />
 </p>
 </form>
 <?php

Modified: trunk/src/common/tracker/views/form-updateextrafieldelement.php
===================================================================
--- trunk/src/common/tracker/views/form-updateextrafieldelement.php	2014-05-22 10:57:53 UTC (rev 20218)
+++ trunk/src/common/tracker/views/form-updateextrafieldelement.php	2014-05-22 11:52:28 UTC (rev 20219)
@@ -70,7 +70,7 @@
 			echo $HTML->warning_msg(_('It is not recommended that you change the custom field name because other things are dependent upon it. When you change the custom field name, all related items will be changed to the new name.'));
 			?>
 			<p>
-			<input type="submit" name="post_changes" value="<?php echo _('Submit') ?>" /></p>
+			<input type="submit" name="post_changes" value="<?php echo _('Update') ?>" /></p>
 			</form>
 		<?php
 		$ath->footer();




More information about the Fusionforge-commits mailing list