changeset 836:c7ef5a1ed2d3 cannam

Merge
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 01 Feb 2012 11:06:57 +0000
parents 793a52eb8d32 (current diff) 7240e0419aac (diff)
children 1b3e19345cf5 d48eeb5d6569
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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