firmware: small tweak on wording

This commit is contained in:
Franco Fichtner 2017-09-22 19:00:42 +02:00
parent ceeaca8a09
commit 30f267781c

View File

@ -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.');