[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.8-17-g9558804
Alex Vandiver
alexmv at bestpractical.com
Wed Oct 15 13:21:17 EDT 2014
The branch, 4.2-trunk has been updated
via 9558804b61c127cf88bcad241b47ffe7498100dd (commit)
from 5571fcc2a84b118be596574d7d28c2b52e5fb24b (commit)
Summary of changes:
share/html/Elements/BulkCustomFields | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 9558804b61c127cf88bcad241b47ffe7498100dd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Oct 15 13:12:20 2014 -0400
Allow this bulk update string to be loc'd
diff --git a/share/html/Elements/BulkCustomFields b/share/html/Elements/BulkCustomFields
index b0d3621..f69f59c 100644
--- a/share/html/Elements/BulkCustomFields
+++ b/share/html/Elements/BulkCustomFields
@@ -91,7 +91,8 @@
% $RT::Logger->crit("Unknown CustomField type: " . $cf->Type);
% next
% }
- <label><input type="checkbox" name="Bulk-Delete-CustomField-<% $cf_id %>-AllValues" value="1"><em>check to delete all values</em></label>
+ <label><input type="checkbox" name="Bulk-Delete-CustomField-<% $cf_id %>-AllValues" value="1">
+ <em><&|/l&>(Check to delete all values)</&></em></label>
</td>
</tr>
% }
-----------------------------------------------------------------------
More information about the rt-commit
mailing list