Redmine locale fix. Some RAL tweaks. Added line numbers to code-mirror.
[redakcja_redmine.git] / app / views / issues / _issue_form_pub.html.erb
index f0f7a1a..ebb903c 100644 (file)
@@ -1,5 +1,5 @@
 <div>
-<p><label for="issue_source_files">Publication(s)</label>
+<p><label for="issue_source_files"><%= l(:field_publications) %>:</label>
 <input type='text' id='publications' name="publications" size="50"
        value='<%= @issue.publication_names.join(', ') %>' />
 </div>