From 30f267781ca2accef41964d4fa60e43d33bed2ef Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 22 Sep 2017 19:00:42 +0200 Subject: [PATCH] firmware: small tweak on wording --- src/www/crash_reporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/crash_reporter.php b/src/www/crash_reporter.php index 2548fff63..2db432484 100644 --- a/src/www/crash_reporter.php +++ b/src/www/crash_reporter.php @@ -194,7 +194,7 @@ if (isset($pconfig['Submit'])) { if (!$has_crashed) { $message = gettext('Thank you for submitting this crash report.'); } else { - $message = gettext('This crash report has no relevant crash information. If you want to submit a problem please fill out your email and decription below.'); + $message = gettext('This crash report contains no actual crash information. If you want to submit a problem please fill out your email and decription below.'); } } elseif ($pconfig['Submit'] == 'no') { $message = gettext('Please consider submitting a crash report if the error persists.');