From 02e7c2c162b7ee21e9c3e74ae8e3bea1856d0ffe Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Fri, 16 May 2008 16:49:49 +0000 Subject: [PATCH] ActionItem129: Fixed misspelling --- app/views/search/sellers.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/search/sellers.rhtml b/app/views/search/sellers.rhtml index 4190126..4bfbf57 100644 --- a/app/views/search/sellers.rhtml +++ b/app/views/search/sellers.rhtml @@ -16,7 +16,7 @@ <% form_tag({}, {:method => 'get'}) do %> <%= _('Category: ') %> <%= select_tag 'category', options_from_collection_for_select(@categories, :id, :name, @product_category) %>
- <%= _('Distance form point: ') %> <%= text_field_tag 'radius' %>
+ <%= _('Distance from point: ') %> <%= text_field_tag 'radius' %>
<%= _('Region') %> <%= select_tag 'region', options_from_collection_for_select(@regions, :id, :name, @region) %>
<%= submit_tag _('Search') %> <% end %> -- libgit2 0.21.2