summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-07 21:44:14 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-07 21:44:14 -0500
commitc26c01d7ea3f7ef10ee2de299a15d6f456d09968 (patch)
tree1bbbf906dae77e2aab887d88c73785f0a0028703 /usr/local/www/crash_reporter.php
parent36365f49aa0fcaf5877257bbe4d81c727dbd9575 (diff)
downloadpfsense-c26c01d7ea3f7ef10ee2de299a15d6f456d09968.zip
pfsense-c26c01d7ea3f7ef10ee2de299a15d6f456d09968.tar.gz
Spell out more clearly
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php
index 21c06ca..4f41694 100755
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -71,8 +71,8 @@ function output_crash_reporter_html($crash_reports) {
echo gettext("Contents of crash reports") . ":<br/>";
echo "<textarea readonly rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
echo "<p/>";
- echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") . "\">";
- echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . "\">";
+ echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") . "\">" . gettext(" - Submit this to the developers for inspection");
+ echo "<p/><input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . "\">" . gettext(" - Just delete the crash reporter and take me back to the Dashboard");
echo "<p/>";
echo "</form>";
}
OpenPOWER on IntegriCloud