From 391fbbad558a39682292a1fe1ebae14f7d5ffd38 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 8 Sep 2011 11:19:54 +0200 Subject: [PATCH] Type --- couchpotato/core/plugins/searcher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/__init__.py b/couchpotato/core/plugins/searcher/__init__.py index 673c0a4b..568875f3 100644 --- a/couchpotato/core/plugins/searcher/__init__.py +++ b/couchpotato/core/plugins/searcher/__init__.py @@ -23,7 +23,7 @@ config = [{ 'name': 'required_words', 'label': 'Required words', 'default': '', - 'description': 'Ignore releases that doesn\'t contain one of these words.' + 'description': 'Ignore releases that don\'t contain at least one of these words.' }, { 'name': 'ignored_words',