From c26c01d7ea3f7ef10ee2de299a15d6f456d09968 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 Feb 2011 21:44:14 -0500 Subject: [PATCH] Spell out more clearly --- usr/local/www/crash_reporter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php index 21c06ca40e..4f41694f71 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") . ":
"; echo ""; echo "

"; - echo ""; - echo ""; + echo "" . gettext(" - Submit this to the developers for inspection"); + echo "

" . gettext(" - Just delete the crash reporter and take me back to the Dashboard"); echo "

"; echo ""; }