Commit e9837773286e45294f6bf343772ad3a63c3b7a57

Authored by AntonioTerceiro
1 parent b7c6693d

ActionItem392: marking string for translation


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1943 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/content_viewer/_comment.rhtml
... ... @@ -2,7 +2,7 @@
2 2 <div class="article-comment<%= ' comment-from-owner' if ( comment.author && (@page.profile.name == comment.author.name) ) %> comment-logged-<%= comment.author ? 'in' : 'out' %>">
3 3 <% if logged_in? && (user == @page.profile || user == comment.author) %>
4 4 <% button_bar(:style => 'float: right; margin-top: 0;') do %>
5   - <%= icon_button(:delete, 'Delete', { :remove_comment => comment.id }, :method => :post, :confirm => _('Are you sure you want to remove this comment?')) %>
  5 + <%= icon_button(:delete, _('Remove'), { :remove_comment => comment.id }, :method => :post, :confirm => _('Are you sure you want to remove this comment?')) %>
6 6 <% end %>
7 7 <% end %>
8 8  
... ...