rename developer to debug :-)

This commit is contained in:
Philipp Holzer 2019-11-01 15:59:00 +01:00
parent dc4d3842e0
commit f8e43ddf8d
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90

View file

@ -106,7 +106,7 @@ class Summary extends BaseAdminModule
}
} catch (\Throwable $exception) {
$warningtext[] = L10n::t('The developer logfile \'%s\' is not usable. No logging possible (error: \'%s\')', $file, $exception->getMessage());
$warningtext[] = L10n::t('The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')', $file, $exception->getMessage());
}
}