update warning when deleting context

This commit is contained in:
Reinier Balt 2010-08-19 11:29:32 +02:00
parent bf15175c7b
commit 1e7611307a

View file

@ -26,7 +26,7 @@
:with => "'_source_view=#{@source_view}'",
:before => "$('#{dom_id(context)}').block({message:null});",
:complete => "$('#{dom_id(context)}').unblock();",
:confirm => "Are you sure that you want to delete the context '#{context.name}'? Be aware that this will also delete all actions in this context!",
:confirm => "Are you sure that you want to delete the context '#{context.name}'? Be aware that this will also delete all (repeating) actions in this context!",
:html => { :id => dom_id(context, 'delete') }
) %>
<%= link_to_remote(