aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-10-03 02:22:09 +0000
committerfrancis <francis>2009-10-03 02:22:09 +0000
commitcf73c91a33f391700f1fe4dc1851f86422e88a5c (patch)
treed6ee9b7309ee8010c8d367a97cdf0b1662e41eed
parente6189e0222b9c94dd416df007ce2061bbc69c97c (diff)
Change advanced search name to more like Google calls it.
-rw-r--r--app/views/general/search.rhtml4
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 %>
- &nbsp;&nbsp;<a href="/search">Search tips</a>
+ &nbsp;&nbsp;<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>