diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-10 11:33:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-10 11:33:02 +0000 |
commit | fba02769f3e8df638824eb33fa877c073b7a6a48 (patch) | |
tree | 573ef62c33f11fdc83108bdb8b6a5bf0c5148fff | |
parent | bbb5a47b2ab95674c27d837f1279134e4c54b720 (diff) | |
download | redmine-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
-rw-r--r-- | app/views/projects/copy.rhtml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 1 insertions, 2 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 } %> diff --git a/config/locales/en.yml b/config/locales/en.yml index f3d815167..cdc505a53 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -351,7 +351,6 @@ en: label_user_new: New user label_project: Project label_project_new: New project - label_project_copy: Copy project label_project_plural: Projects label_x_projects: zero: no projects |