# HG changeset patch # User Chris Cannam # Date 1328094417 0 # Node ID c7ef5a1ed2d30cbe8e409ce4d7cb1433513f4b20 # Parent 793a52eb8d322289ce767b560718ee92aec28cee# Parent 7240e0419aac3e38e73c171b473af176627f2ee5 Merge diff -r 793a52eb8d32 -r c7ef5a1ed2d3 vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Feb 01 10:35:57 2012 +0000 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Feb 01 11:06:57 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 793a52eb8d32 -r c7ef5a1ed2d3 vendor/plugins/redmine_bibliography/init.rb --- a/vendor/plugins/redmine_bibliography/init.rb Wed Feb 01 10:35:57 2012 +0000 +++ b/vendor/plugins/redmine_bibliography/init.rb Wed Feb 01 11:06:57 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