summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-04 19:32:55 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-04 19:32:55 -0400
commit6608507d3ba546a8a0c9ce2d6570f98d5494f11e (patch)
tree85e1b700b58ebd4281ef3b7b53b20c62198644b6 /usr/local/www/crash_reporter.php
parentcb61dad8ab812a3740648dc0e3f4b74959713ef3 (diff)
downloadpfsense-6608507d3ba546a8a0c9ce2d6570f98d5494f11e.zip
pfsense-6608507d3ba546a8a0c9ce2d6570f98d5494f11e.tar.gz
Simplify message
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php5
1 files changed, 2 insertions, 3 deletions
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 "<strong>" . gettext("Unfortunately we have detected a kernel crash (panic).") . "</strong></p>";
- 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/>";
- echo gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</p>";
+ echo "<strong>" . gettext("Unfortunately we have detected a programming bug.") . "</strong></p>";
+ echo gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?") . "</p>";
echo "<p>";
echo "<i>" . gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.") . "</i><br/>";
echo "<p>";
OpenPOWER on IntegriCloud