From f283988849b9dae65d782444643a14c91089f6dc Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 9 Apr 2012 20:39:22 +0200 Subject: [PATCH] Better description --- couchpotato/core/plugins/subtitle/__init__.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/couchpotato/core/plugins/subtitle/__init__.py b/couchpotato/core/plugins/subtitle/__init__.py index 903e934e..858ce9d6 100644 --- a/couchpotato/core/plugins/subtitle/__init__.py +++ b/couchpotato/core/plugins/subtitle/__init__.py @@ -20,14 +20,14 @@ config = [{ }, { 'name': 'languages', - 'description': 'The languages you want to download the sub', - }, - { - 'name': 'automatic', - 'default': True, - 'type': 'bool', - 'description': 'Automaticly search & download for movies in library', + 'description': 'Comma separated, 2 letter country code. Example: en, nl', }, +# { +# 'name': 'automatic', +# 'default': True, +# 'type': 'bool', +# 'description': 'Automaticly search & download for movies in library', +# }, ], }, ],