From 6608507d3ba546a8a0c9ce2d6570f98d5494f11e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 4 Jul 2011 19:32:55 -0400 Subject: Simplify message --- usr/local/www/crash_reporter.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php index 8b8d58a..924532c 100755 --- a/usr/local/www/crash_reporter.php +++ b/usr/local/www/crash_reporter.php @@ -65,9 +65,8 @@ function upload_crash_report($files) { } function output_crash_reporter_html($crash_reports) { - echo "" . gettext("Unfortunately we have detected a kernel crash (panic).") . "

"; - echo "If you are unfamiliar with kernel panics wikipedia has information here.

"; - echo gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "

"; + echo "" . gettext("Unfortunately we have detected a programming bug.") . "

"; + echo gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?") . "

"; echo "

"; echo "" . gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.") . "
"; echo "

"; -- cgit v1.1