diff --git a/app/views/manage_products/index.rhtml b/app/views/manage_products/index.rhtml
index c276294..c75f7e8 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, _('Destroy'), :action => 'destroy', :id => product %>
+ <%= button :delete, _('Delete'), :action => 'destroy', :id => product %>
|
<% end %>
--
libgit2 0.21.2