diff options
author | lpsolit%gmail.com <> | 2008-08-14 07:25:40 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-14 07:25:40 +0200 |
commit | 080a6b71b5e940919568469886213f1946a4903b (patch) | |
tree | 26e5122219a220b9edb960fc384480ebaeb384ab /template | |
parent | a9fd0d7e538ed6c14f4f9b8a855e91393f1b902d (diff) | |
download | bugzilla-080a6b71b5e940919568469886213f1946a4903b.tar.gz bugzilla-080a6b71b5e940919568469886213f1946a4903b.tar.xz |
Bug 423078: Advanced Search "any one of" wording wrong - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=pyrzak r=LpSolit r=mkanat a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 7bde916c9..05b52dca4 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -452,7 +452,7 @@ function doOnSelectProduct(selectmode) { <table cellspacing="0" cellpadding="0"> <tr> <td> - Any one of: + Any of: </td> </tr> <tr> |