diff -r f2a30f704798 -r 154205fd9f8b app/views/repositories/_navigation.rhtml
--- a/app/views/repositories/_navigation.rhtml
+++ b/app/views/repositories/_navigation.rhtml
@@ -2,7 +2,7 @@
   <%= javascript_include_tag 'repository_navigation' %>
 <% end %>
 
-<%= link_to_revision_archive(@repository, @changeset, @project, { :text => l(:label_download_revision), :class => 'icon icon-package' }) %>
+<%= link_to_revision_archive(@repository, @rev, @project, { :text => l(:label_download_revision), :class => 'icon icon-package' }) %>
 
 <% form_tag({:action => controller.action_name, :id => @project, :path => to_path_param(@path), :rev => ''}, {:method => :get, :id => 'revision_selector'}) do -%>
   <!-- Branches Dropdown -->
diff -r f2a30f704798 -r 154205fd9f8b config/locales/en.yml
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -453,9 +453,9 @@
   
   project_module_issue_tracking: Issue tracking (bugs and feature requests)
   project_module_time_tracking: Time tracking
-  project_module_news: News
-  project_module_documents: Documents
-  project_module_files: Files for download
+  project_module_news: News updates
+  project_module_documents: Documents for download
+  project_module_files: Files for download (such as software builds)
   project_module_wiki: Wiki
   project_module_repository: Source code repository
   project_module_boards: Forums
diff -r f2a30f704798 -r 154205fd9f8b vendor/plugins/redmine_bibliography/config/locales/en.yml
--- a/vendor/plugins/redmine_bibliography/config/locales/en.yml
+++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml
@@ -1,6 +1,6 @@
 # English strings go here for Rails i18n
 en:
-  project_module_redmine_bibliography: "Publications (articles and papers related to the project)"
+  project_module_redmine_bibliography: "Publications (references to papers related to the project)"
 
   title: "Title"
   authors: "Authors"
