summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/custom_fields/index.rhtml')
-rw-r--r--app/views/custom_fields/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom_fields/index.rhtml b/app/views/custom_fields/index.rhtml
index 43ddd99c8..70b7197ff 100644
--- a/app/views/custom_fields/index.rhtml
+++ b/app/views/custom_fields/index.rhtml
@@ -35,7 +35,7 @@
<td align="center"><%= image_tag 'true.png' if custom_field.is_required? %></td>
<% if tab[:name] == 'IssueCustomField' %>
<td align="center"><%= image_tag 'true.png' if custom_field.is_for_all? %></td>
- <td align="center"><%= custom_field.projects.count.to_s + ' ' + lwr(:label_project, custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %></td>
+ <td align="center"><%= l(:label_x_projects, :count => custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %></td>
<% end %>
<td align="center" style="width:15%;">
<%= link_to image_tag('2uparrow.png', :alt => l(:label_sort_highest)), {:action => 'move', :id => custom_field, :position => 'highest'}, :method => :post, :title => l(:label_sort_highest) %>