Project

General

Profile

« Previous | Next » 

Revision 6f385195

Added by Scott Ullrich about 14 years ago

Revert "Simplify message"

This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e.

View differences:

usr/local/www/crash_reporter.php
65 65
}
66 66

  
67 67
function output_crash_reporter_html($crash_reports) {
68
	echo "<strong>" . gettext("Unfortunately we have detected a programming bug.") . "</strong></p>";
69
	echo gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?") . "</p>";
68
	echo "<strong>" . gettext("Unfortunately we have detected a kernel crash (panic).") . "</strong></p>";
69
	echo "If you are unfamiliar with kernel panics wikipedia has information <a target='_new' href='http://en.wikipedia.org/wiki/Kernel_panic'>here</a>.<p/>"; 
70
	echo gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</p>";
70 71
	echo "<p>";
71 72
	echo "<i>" . gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.") . "</i><br/>";
72 73
	echo "<p>";

Also available in: Unified diff