# HG changeset patch # User Chris Cannam # Date 1328094425 0 # Node ID d8c1ce69178afa340fb8f1f133ac542cbd5cf83a # Parent 6f5c0ac92d726349c15d22a93eb1c64cad5fe90a# Parent 7240e0419aac3e38e73c171b473af176627f2ee5 Merge diff -r 6f5c0ac92d72 -r d8c1ce69178a vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Feb 01 10:48:18 2012 +0000 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Feb 01 11:07:05 2012 +0000 @@ -1,6 +1,6 @@ # English strings go here for Rails i18n en: - project_module_redmine_bibliography: Bibliography + project_module_redmine_bibliography: Publications title: "Title" authors: "Authors" diff -r 6f5c0ac92d72 -r d8c1ce69178a vendor/plugins/redmine_bibliography/init.rb --- a/vendor/plugins/redmine_bibliography/init.rb Wed Feb 01 10:48:18 2012 +0000 +++ b/vendor/plugins/redmine_bibliography/init.rb Wed Feb 01 11:07:05 2012 +0000 @@ -34,7 +34,7 @@ url 'http://example.com/path/to/plugin' author_url 'http://example.com/about' - settings :default => { 'menu' => 'Bibliography' }, :partial => 'settings/bibliography' + settings :default => { 'menu' => 'Publications' }, :partial => 'settings/bibliography' project_module :redmine_bibliography do permission :publications, { :publications => :index }, :public => true