Revision 088de6b1
Added by Scott Ullrich almost 14 years ago
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 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>"; |
|
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>"; |
|
71 | 70 |
echo "<p>"; |
72 | 71 |
echo "<i>" . gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.") . "</i><br/>"; |
73 | 72 |
echo "<p>"; |
Also available in: Unified diff
Revert "Revert "Simplify message""
This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47.