From a4f0e4f0f0a15818317af96f6fa570e61c1a702e Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" Date: Tue, 30 Apr 2002 22:15:52 +0000 Subject: [PATCH] Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv --- webtools/bugzilla/editkeywords.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/editkeywords.cgi b/webtools/bugzilla/editkeywords.cgi index 0afc9285920c..4b6f7635677f 100755 --- a/webtools/bugzilla/editkeywords.cgi +++ b/webtools/bugzilla/editkeywords.cgi @@ -405,7 +405,7 @@ sub RebuildCacheWarning { print "

You have deleted or modified a keyword. You must rebuild the keyword cache!
"; print "You can rebuild the cache using sanitycheck.cgi. On very large installations of Bugzilla,
"; - print "This can take several minutes.

Rebuild cache
"; + print "This can take several minutes.

Rebuild cache
"; }