From 116bc839fc75ca1523db2dad558b804e1b7a9c62 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 28 Sep 2013 19:12:05 +0200 Subject: [PATCH] Make description more clear --- couchpotato/core/providers/automation/bluray/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/automation/bluray/__init__.py b/couchpotato/core/providers/automation/bluray/__init__.py index a47deee1..ed270056 100644 --- a/couchpotato/core/providers/automation/bluray/__init__.py +++ b/couchpotato/core/providers/automation/bluray/__init__.py @@ -21,7 +21,7 @@ config = [{ { 'name': 'backlog', 'advanced': True, - 'description': 'Parses the history tables until the minimum movie year is reached. Note: only do this once!', + 'description': 'Parses the history until the minimum movie year is reached. (Will be disabled once it has completed)', 'default': False, 'type': 'bool', },