diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-07 21:44:54 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-07 21:44:54 -0500 |
commit | f75a45753b3020142ade9807e0a1ef8742b7aae2 (patch) | |
tree | f6edcca984def72e4c67d16afda7a6fa2c098cd1 /usr | |
parent | c26c01d7ea3f7ef10ee2de299a15d6f456d09968 (diff) | |
download | pfsense-f75a45753b3020142ade9807e0a1ef8742b7aae2.zip pfsense-f75a45753b3020142ade9807e0a1ef8742b7aae2.tar.gz |
s/er//
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/crash_reporter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php index 4f41694..0995b57 100755 --- a/usr/local/www/crash_reporter.php +++ b/usr/local/www/crash_reporter.php @@ -72,7 +72,7 @@ function output_crash_reporter_html($crash_reports) { 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") . "\">" . 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/><input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . "\">" . gettext(" - Just delete the crash report and take me back to the Dashboard"); echo "<p/>"; echo "</form>"; } |