[Rt-commit] rt branch, 4.2/consistent-cf-name-localization, created. rt-4.2.1-3-g0bdd8e1
? sunnavy
sunnavy at bestpractical.com
Wed Nov 20 11:26:54 EST 2013
The branch, 4.2/consistent-cf-name-localization has been created
at 0bdd8e11844041c3e8c29825b88d8edfed824687 (commit)
- Log -----------------------------------------------------------------
commit 0bdd8e11844041c3e8c29825b88d8edfed824687
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Nov 21 00:21:46 2013 +0800
stop localizing custom field names in EditCustomFields
for consistency, because we don't localize them in other places at all.
we might support cf name localization in the future though.
diff --git a/share/html/Elements/EditCustomFields b/share/html/Elements/EditCustomFields
index c4bb95a..f91c4cb 100644
--- a/share/html/Elements/EditCustomFields
+++ b/share/html/Elements/EditCustomFields
@@ -56,7 +56,7 @@
<<% $FIELD %> class="edit-custom-field cftype-<% $Type %>">
<<% $CELL %> class="cflabel">
- <span class="name"><% loc($CustomField->Name) %>:</span><br />
+ <span class="name"><% $CustomField->Name %>:</span><br />
<span class="type"><% $CustomField->FriendlyType %></span>
</<% $CELL %>>
<<% $CELL %> class="entry">
-----------------------------------------------------------------------
More information about the rt-commit
mailing list