[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-771-g8c6214d
Kevin Falcone
falcone at bestpractical.com
Thu Sep 16 13:05:15 EDT 2010
The branch, 3.9-trunk has been updated
via 8c6214d610d8eff56fe2710c8f260beffc0c3b99 (commit)
from 44eb2170ac1d9d944f4e3c17bd10b76a9fa09e7f (commit)
Summary of changes:
share/html/Ticket/Elements/ShowRequestorExtraInfo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 8c6214d610d8eff56fe2710c8f260beffc0c3b99
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Sep 16 13:07:52 2010 -0400
Localizing titles is useful
diff --git a/share/html/Ticket/Elements/ShowRequestorExtraInfo b/share/html/Ticket/Elements/ShowRequestorExtraInfo
index 5efa8be..cc24b53 100644
--- a/share/html/Ticket/Elements/ShowRequestorExtraInfo
+++ b/share/html/Ticket/Elements/ShowRequestorExtraInfo
@@ -54,7 +54,7 @@
% }
% $title = $m->comp('/Elements/ScrubHTML', Content => $title);
<div class="more-about-requestor-extra-field <% $fetch_columnmap->($attr,'attribute',[$attr]) %>" >
-<span class="label"><% $title %></span>
+<span class="label"><% loc($title) %></span>
% my @out;
% foreach my $subcol ( @{ $column->{output} } ) {
% my ($col) = ($subcol =~ /^__(.*?)__$/);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list