From 5ff8c7302f8e35dc17d848728e319a88c0084ecd Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 9 Jul 2013 23:08:33 +0200 Subject: [PATCH] Sabnzbd prio description --- couchpotato/core/downloaders/sabnzbd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/downloaders/sabnzbd/__init__.py b/couchpotato/core/downloaders/sabnzbd/__init__.py index 392bb193..48692dae 100644 --- a/couchpotato/core/downloaders/sabnzbd/__init__.py +++ b/couchpotato/core/downloaders/sabnzbd/__init__.py @@ -41,7 +41,7 @@ config = [{ 'default': '0', 'advanced': True, 'values': [('Paused', -2), ('Low', -1), ('Normal', 0), ('High', 1), ('Forced', 2)], - 'description': 'Priority in the SABnzbd queue. Option to add paused.', + 'description': 'Add to the queue with this priority.', }, { 'name': 'manual',