From 9d5282a96f81e4688d7c2fd12df6c4f435323229 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 10 Jan 2012 16:23:35 -0200 Subject: [PATCH] Changing destroy string to delete string --- app/views/manage_products/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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