From: Philipp Holzer Date: Fri, 1 Nov 2019 14:59:00 +0000 (+0100) Subject: rename developer to debug :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f8e43ddf8d8c3f9a79270b6b258f7fd89ee79077;p=friendica.git rename developer to debug :-) --- diff --git a/src/Module/Admin/Summary.php b/src/Module/Admin/Summary.php index 52b1380148..cfd9aa9840 100644 --- a/src/Module/Admin/Summary.php +++ b/src/Module/Admin/Summary.php @@ -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()); } }