From 6cb107ef58a0a9adf36a6f2eae03ed448a04c747 Mon Sep 17 00:00:00 2001 From: Nao Date: Sun, 8 Jun 2014 11:52:27 +0200 Subject: [PATCH] * 'Filter by type' is easier to understand in the error log, I'd say. (ManageMaintenance.english.php) --- core/languages/ManageMaintenance.english.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/languages/ManageMaintenance.english.php b/core/languages/ManageMaintenance.english.php index 04b8b42d..b739db30 100644 --- a/core/languages/ManageMaintenance.english.php +++ b/core/languages/ManageMaintenance.english.php @@ -97,7 +97,7 @@ $txt['error_type'] = 'Type of error'; $txt['filter_only_type'] = 'Only show the errors of this type'; $txt['filter_only_file'] = 'Only show the errors from this file'; -$txt['apply_filter_of_type'] = 'Apply filter of type'; +$txt['apply_filter_of_type'] = 'Filter by type'; $txt['request_method'] = 'Request method'; $txt['request_protocol'] = 'Request protocol'; $txt['user_agent'] = 'User agent';