From 4bffce637e774307874e27c0342833498cbcd7b4 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 4 Dec 2012 02:20:47 -0800 Subject: [PATCH] Fixed double-up in wording --- 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 df838e36..1fc6f3f0 100644 --- a/couchpotato/core/plugins/searcher/__init__.py +++ b/couchpotato/core/plugins/searcher/__init__.py @@ -24,7 +24,7 @@ config = [{ 'name': 'required_words', 'label': 'Required words', 'default': '', - 'description': 'Ignore releases that don\'t contain at least contain one set of words. Sets are separated by "," and each word within a set must be separated with "&"' + 'description': 'Ignore releases that don\'t contain at least one set of words. Sets are separated by "," and each word within a set must be separated with "&"' }, { 'name': 'ignored_words',