[Rt-commit] r15278 - in rt/3.8/trunk: share/html/Ticket/Graphs/Elements
elacour at bestpractical.com
elacour at bestpractical.com
Wed Aug 20 05:31:33 EDT 2008
Author: elacour
Date: Wed Aug 20 05:31:33 2008
New Revision: 15278
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Ticket/Graphs/Elements/EditGraphProperties
Log:
r10415 at datura: manu | 2008-08-20 11:30:59 +0200
More locs on tickets graphs properties.
Modified: rt/3.8/trunk/share/html/Ticket/Graphs/Elements/EditGraphProperties
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Graphs/Elements/EditGraphProperties (original)
+++ rt/3.8/trunk/share/html/Ticket/Graphs/Elements/EditGraphProperties Wed Aug 20 05:31:33 2008
@@ -80,7 +80,7 @@
<% loc('Fill boxes with color using') %>:
<select name="FillUsing">
-<option value=""><% 'nothing' %></option>
+<option value=""><% loc('nothing') %></option>
<%PERL>
my @tmp = @properties;
while ( my ($group, $list) = (splice @tmp, 0, 2) ) {
@@ -91,7 +91,7 @@
my $selected = '';
$selected = 'selected="selected"' if $prop eq ($FillUsing||'');
</%PERL>
-<option value="<% $prop %>" <% $selected |n %>><% $prop %></option>
+<option value="<% $prop %>" <% $selected |n %>><% loc($prop) %></option>
% } }
</select><br />
More information about the Rt-commit
mailing list