diff --git a/app/views/manage_products/index.rhtml b/app/views/manage_products/index.rhtml
index c75f7e8..df5bec0 100644
--- a/app/views/manage_products/index.rhtml
+++ b/app/views/manage_products/index.rhtml
@@ -16,7 +16,7 @@
<%= link_to product.name, :action => 'show', :id => product %> |
<%= product.price %> |
- <%= button :delete, _('Delete'), :action => 'destroy', :id => product %>
+ <%= button :delete, _('Remove'), {:action => 'destroy', :id => product}, :confirm => _('Are you sure you want to remove this product?') %>
|
<% end %>
--
libgit2 0.21.2