diff --git a/administrator/language/en-GB/com_config.ini b/administrator/language/en-GB/com_config.ini index 0fd4e1ac6dfd1..bfe2c9f93d73b 100644 --- a/administrator/language/en-GB/com_config.ini +++ b/administrator/language/en-GB/com_config.ini @@ -89,7 +89,7 @@ COM_CONFIG_FIELD_GZIP_COMPRESSION_LABEL="Gzip Page Compression" COM_CONFIG_FIELD_HTMLBODY_LABEL="HTML Body" COM_CONFIG_FIELD_LOADBALANCER_ENABLE_DESC="If your site is behind a load balancer or reverse proxy, enable this setting so that IP addresses and other configurations within Joomla automatically take this into account." COM_CONFIG_FIELD_LOADBALANCER_ENABLE_LABEL="Behind Load Balancer" -COM_CONFIG_FIELD_LOG_CATEGORIES_DESC="A comma separated list of log categories to include. Common log categories include but are not limited to: database, databasequery, database-error, deprecated and jerror. If empty, all categories will be shown." +COM_CONFIG_FIELD_LOG_CATEGORIES_DESC="A comma separated list of log categories to include or exclude. Common log categories include but are not limited to: database, databasequery, database-error, deprecated and jerror. If empty, custom logging is disabled." COM_CONFIG_FIELD_LOG_CATEGORIES_LABEL="Log Categories" COM_CONFIG_FIELD_LOG_CATEGORY_MODE_EXCLUDE="Exclude" COM_CONFIG_FIELD_LOG_CATEGORY_MODE_INCLUDE="Include"