Commit 4c4e35be authored by zach%zachlipton.com's avatar zach%zachlipton.com

Fix for bug 217256, "No Interdiff Notification message has two run on words." Patch adds

newlines where they are needed. r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>
parent 9ba963d1
......@@ -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";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment