Commit 2005326a2eef9500d9c232faeee8330f3f576337
1 parent
2c31326e
Exists in
staging
and in
4 other branches
dspace_plugin : rename button label
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |