Commit 2c31326e79b6a79cc01d5e484b8d1cc36836bc37

Authored by Francisco Júnior
1 parent 55614106

dspace_plugin : rename button label

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