diff --git a/couchpotato/core/downloaders/nzbget/__init__.py b/couchpotato/core/downloaders/nzbget/__init__.py index 10994299..4f5afb36 100644 --- a/couchpotato/core/downloaders/nzbget/__init__.py +++ b/couchpotato/core/downloaders/nzbget/__init__.py @@ -10,7 +10,7 @@ config = [{ 'tab': 'downloaders', 'name': 'nzbget', 'label': 'NZBGet', - 'description': 'Send NZBs to your NZBGet installation.', + 'description': 'Use NZBGet to download NZBs.', 'options': [ { 'name': 'enabled', diff --git a/couchpotato/core/downloaders/nzbvortex/__init__.py b/couchpotato/core/downloaders/nzbvortex/__init__.py index d79983f4..ce9c8587 100644 --- a/couchpotato/core/downloaders/nzbvortex/__init__.py +++ b/couchpotato/core/downloaders/nzbvortex/__init__.py @@ -10,7 +10,7 @@ config = [{ 'tab': 'downloaders', 'name': 'nzbvortex', 'label': 'NZBVortex', - 'description': 'Send NZBs to your NZBVortex app.', + 'description': 'Use NZBVortex to download NZBs.', 'wizard': True, 'options': [ { diff --git a/couchpotato/core/downloaders/pneumatic/__init__.py b/couchpotato/core/downloaders/pneumatic/__init__.py index 004821c5..f119cfc5 100644 --- a/couchpotato/core/downloaders/pneumatic/__init__.py +++ b/couchpotato/core/downloaders/pneumatic/__init__.py @@ -11,7 +11,7 @@ config = [{ 'tab': 'downloaders', 'name': 'pneumatic', 'label': 'Pneumatic', - 'description': 'Download the .strm file to a specific folder.', + 'description': 'Use Pneumatic to download .strm files.', 'options': [ { 'name': 'enabled', diff --git a/couchpotato/core/downloaders/sabnzbd/__init__.py b/couchpotato/core/downloaders/sabnzbd/__init__.py index 927a9ff2..e4162509 100644 --- a/couchpotato/core/downloaders/sabnzbd/__init__.py +++ b/couchpotato/core/downloaders/sabnzbd/__init__.py @@ -10,7 +10,7 @@ config = [{ 'tab': 'downloaders', 'name': 'sabnzbd', 'label': 'Sabnzbd', - 'description': 'Send NZBs to your Sabnzbd installation.', + 'description': 'Use SABnzbd to download NZBs.', 'wizard': True, 'options': [ { diff --git a/couchpotato/core/downloaders/synology/__init__.py b/couchpotato/core/downloaders/synology/__init__.py index 2b4757a5..2b7e861d 100644 --- a/couchpotato/core/downloaders/synology/__init__.py +++ b/couchpotato/core/downloaders/synology/__init__.py @@ -10,7 +10,7 @@ config = [{ 'tab': 'downloaders', 'name': 'synology', 'label': 'Synology', - 'description': 'Send torrents to Synology\'s Download Station.', + 'description': 'Use Synology Download Station to download.', 'wizard': True, 'options': [ { diff --git a/couchpotato/core/downloaders/transmission/__init__.py b/couchpotato/core/downloaders/transmission/__init__.py index 189fcd91..0fe11845 100644 --- a/couchpotato/core/downloaders/transmission/__init__.py +++ b/couchpotato/core/downloaders/transmission/__init__.py @@ -10,7 +10,7 @@ config = [{ 'tab': 'downloaders', 'name': 'transmission', 'label': 'Transmission', - 'description': 'Send torrents to Transmission.', + 'description': 'Use Transmission to download torrents.', 'wizard': True, 'options': [ { diff --git a/couchpotato/core/downloaders/utorrent/__init__.py b/couchpotato/core/downloaders/utorrent/__init__.py index 88ceaf71..09a82a1e 100644 --- a/couchpotato/core/downloaders/utorrent/__init__.py +++ b/couchpotato/core/downloaders/utorrent/__init__.py @@ -10,7 +10,7 @@ config = [{ 'tab': 'downloaders', 'name': 'utorrent', 'label': 'uTorrent', - 'description': 'Send torrents to uTorrent.', + 'description': 'Use uTorrent to download torrents.', 'wizard': True, 'options': [ {