From 251d9cdb8abbf684a23c7ab7ef7f83bf6c3b1eda Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 15 Aug 2013 18:47:57 +0200 Subject: [PATCH] Placeholder for preferred words --- couchpotato/core/plugins/searcher/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/plugins/searcher/__init__.py b/couchpotato/core/plugins/searcher/__init__.py index 7e68a07b..d925ae7d 100644 --- a/couchpotato/core/plugins/searcher/__init__.py +++ b/couchpotato/core/plugins/searcher/__init__.py @@ -43,6 +43,7 @@ config = [{ 'name': 'preferred_words', 'label': 'Preferred', 'default': '', + 'placeholder': 'Example: CtrlHD, Amiable, Wiki', 'description': 'Words that give the releases a higher score.' }, {