]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 217256, "No Interdiff Notification message has two run on words." Patch...
authorzach%zachlipton.com <>
Wed, 27 Aug 2003 12:36:32 +0000 (12:36 +0000)
committerzach%zachlipton.com <>
Wed, 27 Aug 2003 12:36:32 +0000 (12:36 +0000)
newlines where they are needed.

r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>

checksetup.pl

index cde336d7492449c5b133627a3c651ca66a7e51a2..7a1264a3e7183d661cbb80b6247be39676bbb53f 100755 (executable)
@@ -475,8 +475,8 @@ if (!LocalVarExists('interdiffbin')) {
     if ($interdiff_executable =~ /no interdiff/ || $interdiff_executable eq '') {
         if (!$silent) {
             print "\nOPTIONAL NOTE: If you want to ";
-            print "be able to use the\n 'difference between two patches";
-            print "feature of Bugzilla (requires\n the PatchReader Perl module";
+            print "be able to use the\n 'difference between two patches";
+            print "feature of Bugzilla (requires\n the PatchReader Perl module ";
             print "as well), you should install\n patchutils from ";
             print "http://cyberelk.net/tim/patchutils/\n\n";
         }