From f8e43ddf8d8c3f9a79270b6b258f7fd89ee79077 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Fri, 1 Nov 2019 15:59:00 +0100 Subject: [PATCH] rename developer to debug :-) --- src/Module/Admin/Summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } } -- 2.39.5