ref: master
app/views/profile_editor/destroy_profile.html.erb
<%= _('Deleting profile %s') % profile.short_name(30) %>
<%= _('Are you sure you want to delete this profile?') %>
<%= _('You must be aware that all content of this profile (articles, events, files and pictures) will also be deleted.') %>
<%= button_bar do %> <%= button(:remove, _('Yes, I am sure'), {:action => 'destroy_profile'}, :method => :post) %> <%= button(:cancel, _('No, I gave up'), profile.url) %> <% end %>