From e143e8292ea0391c5ba1f2e33b47af0117c82a61 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Feb 2011 17:16:10 -0500 Subject: Simplify message for crash reports --- usr/local/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/index.php b/usr/local/www/index.php index a38a3c3..5482c7a 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -57,7 +57,7 @@ if(is_array($crash)) { $x++; } if($x > 0) - $savemsg = "We have dedicated a crash report. Click here to submit and or delete."; + $savemsg = "We have dedicated a crash report. Click here fore more information."; } // Turn off csrf for the dashboard -- cgit v1.1