From 8e1cdb24e76c5189ad947eaeb7c58f73868dfaab Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" Date: Thu, 11 Jul 2002 19:29:27 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20156426:=20Query=20interface=20had=20?= =?UTF-8?q?=C2=B4:s=20instead=20of=20':s=20in=20"doesn't".=202xr=3Dtimeles?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/branches/BUGZILLA-2_16-BRANCH@125024 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/search/form.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl index 4b6018b7a68..5e6a4d45859 100644 --- a/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl @@ -325,7 +325,7 @@ function selectProduct(f) { { value => "allwords", description => "contains all of the words" }, { value => "anywords", description => "contains any of the words" }, { value => "regexp", description => "matches the regexp" }, - { value => "notregexp", description => "doesn’t match the regexp" } ] %] + { value => "notregexp", description => "doesn't match the regexp" } ] %] [%# *** Summary *** %] @@ -557,7 +557,7 @@ function selectProduct(f) { { name => "substring", description => "contains" }, { name => "exact", description => "is" }, { name => "regexp", description => "matches regexp" }, - { name => "notregexp", description => "doesn’t match regexp" } ] %] + { name => "notregexp", description => "doesn't match regexp" } ] %]