Revision 906:154205fd9f8b

View differences:

app/views/repositories/_navigation.rhtml
2 2
  <%= javascript_include_tag 'repository_navigation' %>
3 3
<% end %>
4 4

  
5
<%= link_to_revision_archive(@repository, @changeset, @project, { :text => l(:label_download_revision), :class => 'icon icon-package' }) %>
5
<%= link_to_revision_archive(@repository, @rev, @project, { :text => l(:label_download_revision), :class => 'icon icon-package' }) %>
6 6

  
7 7
<% form_tag({:action => controller.action_name, :id => @project, :path => to_path_param(@path), :rev => ''}, {:method => :get, :id => 'revision_selector'}) do -%>
8 8
  <!-- Branches Dropdown -->
config/locales/en.yml
453 453
  
454 454
  project_module_issue_tracking: Issue tracking (bugs and feature requests)
455 455
  project_module_time_tracking: Time tracking
456
  project_module_news: News
457
  project_module_documents: Documents
458
  project_module_files: Files for download
456
  project_module_news: News updates
457
  project_module_documents: Documents for download
458
  project_module_files: Files for download (such as software builds)
459 459
  project_module_wiki: Wiki
460 460
  project_module_repository: Source code repository
461 461
  project_module_boards: Forums
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: "Publications (articles and papers related to the project)"
3
  project_module_redmine_bibliography: "Publications (references to papers related to the project)"
4 4

  
5 5
  title: "Title"
6 6
  authors: "Authors"

Also available in: Unified diff