From be2cf16dc16c98fa66a5aafb4c0bb7baf34f33a4 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 19 May 2020 20:10:00 +0200 Subject: [PATCH] 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. --- src/www/crash_reporter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/crash_reporter.php b/src/www/crash_reporter.php index f74b17dc4..1aa3208fc 100644 --- a/src/www/crash_reporter.php +++ b/src/www/crash_reporter.php @@ -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'])) {