Index: /app/views/projects/list_files.rhtml
===================================================================
--- /app/views/projects/list_files.rhtml (revision 32)
+++ /app/views/projects/list_files.rhtml (revision 33)
@@ -1,8 +1,8 @@
-<%= link_to_if_authorized l(:label_attachment_new), {:controller => 'projects', :action => 'add_file', :id => @project}, :class => 'icon icon-add' %>
+<%= link_to_if_authorized l(:label_file_new), {:controller => 'projects', :action => 'add_file', :id => @project}, :class => 'icon icon-add' %>
-<%=l(:label_attachment_plural)%>
+<%=l(:label_file_plural)%>
<% delete_allowed = authorize_for('versions', 'destroy_file') %>
@@ -41,4 +41,4 @@
-<% html_title(l(:label_attachment_plural)) -%>
+<% html_title(l(:label_file_plural)) -%>