Commit b8d2a3be31d5337ec157fc13832002debb8bad68

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 18c4a17f

ActionItem1039: changing destroy to remove

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/memberships/destroy_community.rhtml
1 1 <h1><%= _('To remove %s') % @community.short_name %></h1>
2 2  
3   -<p><strong><%= _('Are you sure you want to <u>destroy</u> "%s"?') % content_tag( 'i', @community.name ) %></strong></p>
  3 +<p><strong><%= _('Are you sure you want to <u>remove</u> "%s"?') % content_tag( 'i', @community.name ) %></strong></p>
4 4  
5 5 <% form_tag do %>
6 6 <%= hidden_field_tag(:confirmation, 1) %>
7   - <%= submit_button(:ok, _("Yes, I want to destroy.") % @community.short_name) %>
  7 + <%= submit_button(:ok, _("Yes, I want to remove.") % @community.short_name) %>
8 8 <%= button(:cancel, _("No, I don't want."), :action => 'index') %>
9 9 <% end %>
... ...