Index: /app/views/projects/add_file.rhtml =================================================================== --- /app/views/projects/add_file.rhtml (revision 34) +++ /app/views/projects/add_file.rhtml (revision 35) @@ -1,4 +1,4 @@ -

<%=l(:label_attachment_new)%>

+

<%=l(:label_file_new)%>

<%= error_messages_for 'attachment' %>
@@ -7,7 +7,7 @@

<%= select_tag "version_id", options_from_collection_for_select(@versions, "id", "name") %>

-

<%= render :partial => 'attachments/form' %>

+

<%= render :partial => 'attachments/form' %>

<%= submit_tag l(:button_add) %> <% end %> \ No newline at end of file