Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 19:50:52 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45078 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201406181950.s5IJoqp7031389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Wed Jun 18 19:50:52 2014
New Revision: 45078
URL: http://svnweb.freebsd.org/changeset/doc/45078

Log:
  Be more specific about which PR is current and which is historical.

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Wed Jun 18 14:41:16 2014	(r45077)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Wed Jun 18 19:50:52 2014	(r45078)
@@ -258,10 +258,10 @@ sub PrintPR
 	# Page title
 
 	print html_header(
-			"FreeBSD has migrated to Bugzilla.  You should examine the <a href='https://bugs.freebsd.org/"
+			"FreeBSD has migrated to Bugzilla.  Please check the current <a href='https://bugs.freebsd.org/"
 			. $gnatspr->FieldSingle('Number') . "'/>Bugzilla version</a> of this PR."
 	);
-	print ("<h3>This historical version is likely out of date and is for debugging purposes only!</h3>\n");
+	print ("<h3>The historical version shown below is likely out of date and is for debugging purposes only!</h3>\n");
 
 	print ("<h3>" .
 		$q->escapeHTML(



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406181950.s5IJoqp7031389>