From 998e487fe8e1db068f33103c48e21f4709b2a3b7 Mon Sep 17 00:00:00 2001 From: mano3m <-> Date: Sun, 30 Jun 2013 10:14:08 +0200 Subject: [PATCH] NZBs are not torrents :) --- couchpotato/core/downloaders/sabnzbd/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/downloaders/sabnzbd/__init__.py b/couchpotato/core/downloaders/sabnzbd/__init__.py index 7fcec9e1..8e132b72 100644 --- a/couchpotato/core/downloaders/sabnzbd/__init__.py +++ b/couchpotato/core/downloaders/sabnzbd/__init__.py @@ -43,10 +43,10 @@ config = [{ }, { 'name': 'remove_complete', - 'label': 'Remove torrent', + 'label': 'Remove NZB', 'default': True, 'type': 'bool', - 'description': 'Remove the NZB from SabNZBd history after it completed.', + 'description': 'Remove the NZB from history after it completed.', }, { 'name': 'delete_failed',