[Rt-commit] r8965 - in rt/branches/3.7-EXPERIMENTAL: .
sartak at bestpractical.com
sartak at bestpractical.com
Fri Sep 7 14:46:22 EDT 2007
Author: sartak
Date: Fri Sep 7 14:46:17 2007
New Revision: 8965
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey
Log:
r42431 at onn: sartak | 2007-09-07 14:46:03 -0400
loc to key trust level
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey Fri Sep 7 14:46:17 2007
@@ -50,7 +50,7 @@
% } else {
<select name="PreferredKey">
% foreach my $key (@keys) {
-<option value="<% $key->{'Key'} %>"><% $key->{'Key'} %> (trust: <% $key->{'TrustTerse'}%>)</option>
+<option value="<% $key->{'Key'} %>"><% $key->{'Key'} %> <% loc("(trust: [_1])", $key->{'TrustTerse'}) %></option>
% }
</select>
% }
More information about the Rt-commit
mailing list