s/We have/product name has/

This commit is contained in:
Scott Ullrich 2011-02-06 23:40:03 -05:00
parent 4261af1dcc
commit ee3f28cc06

View File

@ -57,7 +57,7 @@ if(is_array($crash)) {
$x++;
}
if($x > 0)
$savemsg = "We have detected a crash report. Click <a href='crash_reporter.php'>here</a> for more information.";
$savemsg = "{$g['product_name']} has detected a crash report. Click <a href='crash_reporter.php'>here</a> for more information.";
}
// Turn off csrf for the dashboard