From 1a0139362b4630c76ae7bf9f5c989c1962b8f4f3 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 31 Jan 2011 15:26:11 -0300 Subject: [PATCH] Fixing message --- app/views/shared/_profile_search_form.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_profile_search_form.rhtml b/app/views/shared/_profile_search_form.rhtml index 3697467..ca8a50a 100644 --- a/app/views/shared/_profile_search_form.rhtml +++ b/app/views/shared/_profile_search_form.rhtml @@ -1,7 +1,7 @@ <% form_tag( { :controller => 'profile_search', :profile => profile.identifier}, :method => 'get', :class => 'search_form' ) do %>
- <%= text_field_tag 'q', @q, :title => _("Find %s's content") % profile.short_name %> + <%= text_field_tag 'q', @q, :title => _("Find in %s's content") % profile.short_name %> <%= submit_button(:search, _('Search')) %>
-- libgit2 0.21.2