diff --git a/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi b/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi index fc5b4052fa..116142aa5f 100755 --- a/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi @@ -292,7 +292,7 @@ if ($input{'sort'} eq 'lastmod') { } if ($#prs < $[) { - print "${h1}No matches to your query${h1_e}\n"; + print "${h1}Please try bugzilla for an update to date search mechanism.${h1_e}\n"; } elsif ($input{'responsible'} eq 'summary') { &resp_summary;