From a99715ff2aafa9307854b0bce4d75a1636cc0ba3 Mon Sep 17 00:00:00 2001 From: Sevdin Filiz Date: Sat, 11 Feb 2017 23:38:51 +0200 Subject: [PATCH] Update modules/system/lang/en/lang.php (#2670) Correcting mixed up system log setting comment values --- modules/system/lang/en/lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 73c6d999c..86c7a223c 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -355,10 +355,10 @@ return [ 'menu_description' => 'Specify which areas should use logging.', 'default_tab' => 'Logging', 'log_events' => 'Log system events', - 'log_events_comment' => 'Browser requests that may require attention, such as 404 errors.', + 'log_events_comment' => 'Store system events in the database in addition to the file-based log.', 'log_requests' => 'Log bad requests', - 'log_requests_comment' => 'When a change is made to the theme using the back-end.', + 'log_requests_comment' => 'Browser requests that may require attention, such as 404 errors.', 'log_theme' => 'Log theme changes', - 'log_theme_comment' => 'Store system events in the database in addition to the file-based log.', + 'log_theme_comment' => 'When a change is made to the theme using the back-end.', ] ];