summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-10 11:33:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-10 11:33:02 +0000
commitfba02769f3e8df638824eb33fa877c073b7a6a48 (patch)
tree573ef62c33f11fdc83108bdb8b6a5bf0c5148fff /app/views
parentbbb5a47b2ab95674c27d837f1279134e4c54b720 (diff)
downloadredmine-fba02769f3e8df638824eb33fa877c073b7a6a48.tar.gz
redmine-fba02769f3e8df638824eb33fa877c073b7a6a48.zip
Removes untranslated string.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2730 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/copy.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/copy.rhtml b/app/views/projects/copy.rhtml
index a5c4e140f..ac531e069 100644
--- a/app/views/projects/copy.rhtml
+++ b/app/views/projects/copy.rhtml
@@ -1,4 +1,4 @@
-<h2><%=l(:label_project_copy)%></h2>
+<h2><%=l(:label_project_new)%></h2>
<% labelled_tabular_form_for :project, @project, :url => { :action => "copy" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>