From: Jean-Philippe Lang Date: Fri, 24 Apr 2009 17:03:22 +0000 (+0000) Subject: Fixes a translation key (#3167). X-Git-Tag: 0.9.0~510 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5d77f92ae614f1e2231128accd46a995dde46d30;p=redmine.git Fixes a translation key (#3167). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2684 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/destroy.rhtml b/app/views/issues/destroy.rhtml index 2f3c036b6..763688b5b 100644 --- a/app/views/issues/destroy.rhtml +++ b/app/views/issues/destroy.rhtml @@ -1,4 +1,4 @@ -

<%= l(:confirmation) %>

+

<%= l(:label_confirmation) %>

<% form_tag do %> <%= @issues.collect {|i| hidden_field_tag 'ids[]', i.id } %>