summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorAzamat Hackimov <azamat.hackimov@gmail.com>2010-01-01 16:49:43 +0000
committerAzamat Hackimov <azamat.hackimov@gmail.com>2010-01-01 16:49:43 +0000
commitf69a4107f85a22cb925a75a294b3bbdfd5cc1046 (patch)
tree29851945fe9069dabf1c21791146377097f052b1 /app
parent357a4eb7b9c829911742b0f9e8a89d47ab008b88 (diff)
downloadredmine-f69a4107f85a22cb925a75a294b3bbdfd5cc1046.tar.gz
redmine-f69a4107f85a22cb925a75a294b3bbdfd5cc1046.zip
Fixed untranslated string (:label_close_versions => Close completed versions)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3273 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/settings/_versions.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/_versions.rhtml b/app/views/projects/settings/_versions.rhtml
index 2a6acc37c..8fcf11d1d 100644
--- a/app/views/projects/settings/_versions.rhtml
+++ b/app/views/projects/settings/_versions.rhtml
@@ -34,7 +34,7 @@
<div class="contextual">
<% if @project.versions.any? %>
- <%= link_to 'Close completed versions', {:controller => 'versions', :action => 'close_completed', :project_id => @project}, :method => :post %>
+ <%= link_to l(:label_close_versions), {:controller => 'versions', :action => 'close_completed', :project_id => @project}, :method => :post %>
<% end %>
</div>