Commit 1a0139362b4630c76ae7bf9f5c989c1962b8f4f3
1 parent
7bd7ee62
Exists in
master
and in
22 other branches
Fixing message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/_profile_search_form.rhtml
1 | 1 | <% form_tag( { :controller => 'profile_search', :profile => profile.identifier}, :method => 'get', :class => 'search_form' ) do %> |
2 | 2 | <div class="search-field"> |
3 | 3 | <span class="formfield"> |
4 | - <%= text_field_tag 'q', @q, :title => _("Find %s's content") % profile.short_name %> | |
4 | + <%= text_field_tag 'q', @q, :title => _("Find in %s's content") % profile.short_name %> | |
5 | 5 | </span> |
6 | 6 | <%= submit_button(:search, _('Search')) %> |
7 | 7 | <div> | ... | ... |