Index: netbsd.def
===================================================================
RCS file: /cvsroot/htutils/cgi-src/gnats/netbsd.def,v
retrieving revision 1.48
diff -u -r1.48 netbsd.def
--- netbsd.def	27 Jan 2011 19:00:39 -0000	1.48
+++ netbsd.def	22 Sep 2013 07:01:38 -0000
@@ -99,7 +99,7 @@
 $gnspsubmit="Submit Problem Report";
 $gnspreset="Reset";
 $gnspaskenv="Environment (output of \"uname -a\" on the problem machine)";
-$gnspaskrel="Which NetBSD Release You Are Using";
+$gnspaskrel="The NetBSD release (or pkgsrc branch and date) where you encountered the problem";
 #$gnspdescription = "";
 $gnsptacols = "72";
 $gnsptarows = "15";
@@ -107,7 +107,7 @@
 #
 #  $gnsprep - sendpr reply page from dosendpr.cgi
 #
-$gnspreptitle = "Thank You for the problem report";
+$gnspreptitle = "Thank you for the problem report";
 #$gnsprepbody= "bgcolor=FFFFFF";
 $gnspreppage = "netbsdsp.res";
 
Index: netbsdsp.first
===================================================================
RCS file: /cvsroot/htutils/cgi-src/gnats/netbsdsp.first,v
retrieving revision 1.9
diff -u -r1.9 netbsdsp.first
--- netbsdsp.first	24 Nov 2007 03:27:38 -0000	1.9
+++ netbsdsp.first	22 Sep 2013 07:01:38 -0000
@@ -14,6 +14,8 @@
 with NetBSD.  Please fill out the form as completely as possible.
 Make sure you fill in the "Environment" field as requested with
 the output from the machine on which the problem occurred.
-<p>
+For pkgsrc-related problems, please use the category "pkg".
+<a href=../support/send-pr.html>Documentation for the fields is here.</a>
+</p>
 
 <hr>
Index: sendpr.cgi
===================================================================
RCS file: /cvsroot/htutils/cgi-src/gnats/sendpr.cgi,v
retrieving revision 1.17
diff -u -r1.17 sendpr.cgi
--- sendpr.cgi	27 Mar 2008 14:11:15 -0000	1.17
+++ sendpr.cgi	22 Sep 2013 07:01:38 -0000
@@ -53,11 +53,12 @@
 &html_input ("hidden", "gndb", $gndb);
 &html_input ("hidden", "submitterid", $gnsubmitter);
 &html_input ("hidden", "confidential", "no");
-print "Your Electronic Mail Address: <br>";
+print "Your electronic mail address: <br>";
+print "(please if possible use one that can receive mail so we can communicate with you)<br>";
 &html_input ("text", "email", "", "40");
-print "<p>Your Name: <br>";
+print "<p>Your name: <br>";
 &html_input ("text", "originator", "", "40");
-print "<p>Your Organization or Company: <br>";
+print "<p>Your organization or company: <br>";
 &html_input ("text", "organization", "", "40");
 print "<p>One line summary of the problem: <br>";
 &html_input ("text", "synopsis", "", $gnsptacols);
@@ -94,7 +95,7 @@
 	     "$ENV{'REMOTE_HOST'}:$ENV{'HTTP_FROM'}:$ENV{'HTTP_USER_AGENT'}");
 }
 
-print "<p>Full Description: <br>\n";
+print "<p>Full description: <br>\n";
 &html_textarea ("description", $gnsptarows, $gnsptacols, $gnspdescription);
 print "<p>How to repeat the problem: <br>\n";
 &html_textarea ("howtorepeat", $gnsptarows, $gnsptacols);