diff options
author | terry%netscape.com <> | 1998-12-04 01:31:10 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1998-12-04 01:31:10 +0100 |
commit | df28167f1b6dba18e9b4b4d30e2650dffb2cccaa (patch) | |
tree | 480fd5f2d04fcd33f9a44393c29a42f910c3fe5a /query.cgi | |
parent | 3a14063761783372a378677b9901ec683d691294 (diff) | |
download | bugzilla-df28167f1b6dba18e9b4b4d30e2650dffb2cccaa.tar.gz bugzilla-df28167f1b6dba18e9b4b4d30e2650dffb2cccaa.tar.xz |
Fixed bug 1746 -- make it say "Submit query" instead of "Submit".
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ print " <OPTION SELECTED>\"Importance\" <OPTION>Assignee </SELECT></NOBR> -<INPUT TYPE=\"submit\" VALUE=\"Submit\"> +<INPUT TYPE=\"submit\" VALUE=\"Submit query\"> <INPUT TYPE=\"reset\" VALUE=\"Reset back to the default query\"> <INPUT TYPE=hidden name=form_name VALUE=query> <BR>Give me a <A HREF=\"help.html\">clue</A> about how to use this form. |