diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-23 09:04:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-23 09:04:21 +0000 |
commit | 6936eb10222c95b15b9303c5c1089b30ef78c0f3 (patch) | |
tree | f4e5af7b2a3bbc59a12b4f0cb9cc44dc00889331 /app/views | |
parent | de5b0ad0a83c078df67e3cb056e821a1732df0d6 (diff) | |
download | redmine-6936eb10222c95b15b9303c5c1089b30ef78c0f3.tar.gz redmine-6936eb10222c95b15b9303c5c1089b30ef78c0f3.zip |
Make 'Planning' string translatable (closes #890).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1290 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index eb80bf9fa..62b911937 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -61,7 +61,7 @@ planning_links << link_to_if_authorized(l(:label_gantt), :action => 'gantt', :id => @project) planning_links.compact! unless planning_links.empty? %> - <h3>Planning</h3> + <h3><%= l(:label_planning) %></h3> <p><%= planning_links.join(' | ') %></p> <% end %> |