Removes untranslated string.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2730 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
bbb5a47b2a
commit
fba02769f3
|
@ -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 } %>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue