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/group.rhtml
<h1><%= sprintf(_("View of group '%s'"), @artwork_group.name) %></h1>
<p>
<%= sprintf(_("This group is part of the '%s' set"), link_to(@artwork_group.artwork_set.name, :action => 'set', :id => @artwork_group.artwork_set.id)) %>
<%= sprintf(_("This group is part of the '%s' set."), link_to(@artwork_group.artwork_set.name, :action => 'set', :id => @artwork_group.artwork_set.id)) %>
</p>
<h2><%= _("Artworks:") %></h2>

Also available in: Unified diff