Project

General

Profile

« Previous | Next » 

Revision 402c7e4f

Added by Marc Dequènes almost 15 years ago

  • ID 402c7e4f28420ecb7f13f534faaa4b0c377cc845

[fix] corrected punctuation

View differences:

app/views/view/artwork.rhtml
</div>
<p>
<%= sprintf(_("This artwork is part of the '%s' set"), link_to(@artwork.artwork_set.name, :action => 'set', :id => @artwork.artwork_set.id)) %>
<%= sprintf(_("This artwork is part of the '%s' set."), link_to(@artwork.artwork_set.name, :action => 'set', :id => @artwork.artwork_set.id)) %>
<% if @artwork.artwork_group %>
<br />
<%= sprintf(_("This artwork is part of the '%s' group"), link_to(@artwork.artwork_group.name, :action => 'group', :id => @artwork.artwork_group.id)) %>
<%= sprintf(_("This artwork is part of the '%s' group."), link_to(@artwork.artwork_group.name, :action => 'group', :id => @artwork.artwork_group.id)) %>
<% end %>
</p>

Also available in: Unified diff