diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index b775da3e8..bc8556a11 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -33,7 +33,8 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> <input class="txt" type="text" id="quicksearch[% qs_suffix FILTER html %]" name="quicksearch"> - <input class="btn" type="submit" value="Find" id="find[% qs_suffix FILTER html %]"> + <input class="btn" type="submit" value="Search" + id="find[% qs_suffix FILTER html %]"> [%-# Work around FF bug: keep this on one line %]</form></li> <li><span class="separator">| </span><a href="report.cgi">Reports</a></li> |