mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
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:
parent
491a010ed7
commit
be2cf16dc1
@ -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'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user