From ce920f4bd448696ef76e744cb4760c696cb48e25 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 28 Jun 2012 23:24:55 +0200 Subject: [PATCH] nzb -> usenet --- couchpotato/core/downloaders/blackhole/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/downloaders/blackhole/__init__.py b/couchpotato/core/downloaders/blackhole/__init__.py index b9796051..c287538b 100644 --- a/couchpotato/core/downloaders/blackhole/__init__.py +++ b/couchpotato/core/downloaders/blackhole/__init__.py @@ -30,7 +30,7 @@ config = [{ 'label': 'Use for', 'default': 'both', 'type': 'dropdown', - 'values': [('nzbs & torrents', 'both'), ('nzb', 'nzb'), ('torrent', 'torrent')], + 'values': [('usenet & torrents', 'both'), ('usenet', 'nzb'), ('torrent', 'torrent')], }, { 'name': 'manual',