Revision 835:7240e0419aac vendor/plugins/redmine_bibliography

View differences:

vendor/plugins/redmine_bibliography/config/locales/en.yml
1 1
# English strings go here for Rails i18n
2 2
en:
3
  project_module_redmine_bibliography: Bibliography
3
  project_module_redmine_bibliography: Publications
4 4

  
5 5
  title: "Title"
6 6
  authors: "Authors"
vendor/plugins/redmine_bibliography/init.rb
34 34
  url 'http://example.com/path/to/plugin'
35 35
  author_url 'http://example.com/about'
36 36

  
37
  settings :default => { 'menu' => 'Bibliography' }, :partial => 'settings/bibliography'
37
  settings :default => { 'menu' => 'Publications' }, :partial => 'settings/bibliography'
38 38

  
39 39
  project_module :redmine_bibliography do
40 40
    permission :publications, { :publications => :index }, :public => true

Also available in: Unified diff