]> source.dussan.org Git - redmine.git/commitdiff
Fixed the caption on the Files module. (#4406)
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 29 Dec 2009 17:56:59 +0000 (17:56 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 29 Dec 2009 17:56:59 +0000 (17:56 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3261 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine.rb

index ecf9abc1c40ea8ec971add60787b9ebbb7f3329a..0cf0cc497f59caf6368d7640c9dfa50468388950 100644 (file)
@@ -153,7 +153,7 @@ Redmine::MenuManager.map :project_menu do |menu|
               :if => Proc.new { |p| p.wiki && !p.wiki.new_record? }
   menu.push :boards, { :controller => 'boards', :action => 'index', :id => nil }, :param => :project_id,
               :if => Proc.new { |p| p.boards.any? }, :caption => :label_board_plural
-  menu.push :files, { :controller => 'projects', :action => 'list_files' }, :caption => :label_attachment_plural
+  menu.push :files, { :controller => 'projects', :action => 'list_files' }, :caption => :label_file_plural
   menu.push :repository, { :controller => 'repositories', :action => 'show' },
               :if => Proc.new { |p| p.repository && !p.repository.new_record? }
   menu.push :settings, { :controller => 'projects', :action => 'settings' }, :last => true