diff --git a/app/views/catalog/show.rhtml b/app/views/catalog/show.rhtml
index a129c99..259007a 100644
--- a/app/views/catalog/show.rhtml
+++ b/app/views/catalog/show.rhtml
@@ -13,7 +13,8 @@
-
- <%= _('Price:') %><%= @product.price || _('not informed') %>
+ <%= _('Price:') %>
+ <%= @product.price || _('not informed') %>
-
<%= _('Category: %s ') % link_to_category(@product.product_category) %>
@@ -26,5 +27,5 @@
<% button_bar do %>
- <%= button :back, _('View products/services listing'), :action => 'index', :id => nil %>
+ <%= button :back, _("%s's products/services listing"), :action => 'index', :id => nil %>
<% end %>
--
libgit2 0.21.2 |