Update modules/system/lang/en/lang.php (#2670)

Correcting mixed up system log setting comment values
This commit is contained in:
Sevdin Filiz 2017-02-11 23:38:51 +02:00 committed by Luke Towers
parent 880b770ad3
commit a99715ff2a
1 changed files with 3 additions and 3 deletions

View File

@ -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.',
]
];