crash_reporter.php: change wording, some people don't seem to understand "bug" is a general concept, which could be related to all sorts of things.

This commit is contained in:
Ad Schellevis 2020-05-19 20:10:00 +02:00
parent 491a010ed7
commit be2cf16dc1

View File

@ -184,9 +184,9 @@ if ($has_crashed) {
}
}
$message = gettext('Luckily we have not detected a programming bug.');
$message = gettext('No issues were detected.');
if ($has_crashed) {
$message = gettext('Unfortunately we have detected at least one programming bug.');
$message = gettext('An issue was detected.');
}
if (isset($pconfig['Submit'])) {