diff options
-rw-r--r-- | app/views/general/search.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 402232be4..1fc93b099 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -29,7 +29,7 @@ <% end %> <%= submit_tag "Search" %> <% if not @show_tips %> - <a href="/search">Search tips</a> + <a href="/search">Advanced search tips</a> <% end %> </p> <% end %> @@ -106,7 +106,7 @@ <% end %> <% if @show_tips %> - <h2>Search tips</h2> + <h2>Advanced search tips</h2> <ul> <li>Enter words that you want to find separated by spaces, e.g. <strong><%=search_link('climbing lane')%></strong></li> <li>Use OR (in capital letters) where you don't mind which word, e.g. <strong><%=search_link('commons OR lords')%></strong> |