<%= _('Destinations_quantity')%>: <%= @destination_count %>

<%= _('Destination_names_will_be_changed_to') %> "<%= @destination_name %>" <%= _('for_these_prefixes') %>:

<%@destinations.each{|d|%> <%}%>
<%= d.prefix %> <%= d.name %>

<%=link_to b_back + _('back'), session[:return_to]%> <%= button_to _('Confirm_changes'), {:controller=>:destinations, :action=>:bulk_rename, :prefix=>@prefix, :destination=>@destination_name}, :disable_with=>_('Processing..'), :confirm => _('Are_you_sure'), :method => :post %>