# HG changeset patch # User luisf # Date 1314195573 -3600 # Node ID e9cdf1e676a84096683488dfb41a8dce71fe84ea # Parent 95a7d6187454099f431ef6eaa528d4624fc90d5f Fixed radio button name (correct instead of corrections) that was preventing JS from working corrrectly. diff -r 95a7d6187454 -r e9cdf1e676a8 vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml --- a/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Wed Aug 24 13:59:10 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Wed Aug 24 15:19:33 2011 +0100 @@ -21,7 +21,7 @@


-
+

diff -r 95a7d6187454 -r e9cdf1e676a8 vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Aug 24 13:59:10 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Aug 24 15:19:33 2011 +0100 @@ -10,7 +10,7 @@ identify_author_question: Is the right person selected above? identify_author_yes: "Yes" - identify_author_corrections: "Yes, but I need to correct some details" + identify_author_correct: "Yes, but I need to correct some details" identify_author_no: "No" label_all_publications: All Publications