diff --git a/plugins/config/class_configInLdap.inc b/plugins/config/class_configInLdap.inc
index 6e89b975a0128bc8e555dc170c09a66875f10f57..1095952027751941dcb82faaf1cca4a477434af5 100644
--- a/plugins/config/class_configInLdap.inc
+++ b/plugins/config/class_configInLdap.inc
@@ -302,7 +302,7 @@ class configInLdap extends simplePlugin
         'name'  => _('Debugging'),
         'attrs' => [
           new BooleanAttribute(
-            _('Display errors'),
+            _('Display PHP errors'),
             _('Shows PHP errors in the upper part of the screen. This should be disabled in productive deployments, because there might be some passwords in it.'),
             'fdDisplayErrors'
           ),