Commit 2005326a2eef9500d9c232faeee8330f3f576337

Authored by Francisco Júnior
1 parent 2c31326e

dspace_plugin : rename button label

plugins/dspace/views/content_viewer/community.html.erb
... ... @@ -7,7 +7,7 @@
7 7  
8 8 <div id="actions">
9 9 <%= content_tag('a', :href => url_for({:controller => 'cms', :action => 'new', :type => "DspacePlugin::Collection", :parent_id => dspace_community.id}), :class => 'button with-text icon-add') do %>
10   - <%= _("Add %s") % DspacePlugin::Collection.short_description %>
  10 + <%= _("Add a %s") % DspacePlugin::Collection.short_description %>
11 11 <% end %>
12 12 </div>
13 13  
... ...