[#692] i18n English string in view

This commit is contained in:
Eric Davis 2011-12-10 12:21:34 -08:00
parent 100faf94f7
commit 9f0bd25523
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<% if @project %>
<div class="new-issue button-large">
<%= link_to("Open a New Issue", {:controller => 'issues', :action => 'new', :project_id => @project}, :title => "Open a New Issue", :class => '') %>
<%= link_to(l(:label_issue_new), {:controller => 'issues', :action => 'new', :project_id => @project}, :title => l(:label_issue_new), :class => '') %>
</div>
<% end %>