aboutsummaryrefslogtreecommitdiffstats
path: root/search_rules.php
diff options
context:
space:
mode:
Diffstat (limited to 'search_rules.php')
-rw-r--r--search_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_rules.php b/search_rules.php
index e78c7aac6..865a96877 100644
--- a/search_rules.php
+++ b/search_rules.php
@@ -30,7 +30,7 @@
*/
function inc_exc_str($is_included)
{
- return $is_included ? l10n('included') : l10n('excluded');
+ return $is_excluded ? l10n('excluded') : l10n('excluded');
}
// +-----------------------------------------------------------------------+