From e0442949b234917e0594c776c187f33ff60603c6 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 27 Aug 2007 06:03:16 +0000 Subject: [PATCH] touchup plugin descriptions --- plugins/MoveTorrent/__init__.py | 8 ++++---- plugins/TorrentFiles/__init__.py | 3 ++- plugins/TorrentNotification/__init__.py | 3 ++- plugins/TorrentPeers/__init__.py | 3 ++- plugins/WebSeed/__init__.py | 3 ++- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/plugins/MoveTorrent/__init__.py b/plugins/MoveTorrent/__init__.py index e65ee6b41..4db4c2d1a 100644 --- a/plugins/MoveTorrent/__init__.py +++ b/plugins/MoveTorrent/__init__.py @@ -20,10 +20,10 @@ plugin_name = _("Move Torrent") plugin_author = "Marcos Pinto" plugin_version = "0.1" plugin_description = _("This plugin allows users to move the torrent to a \ - different directory without having to remove and re-add the torrent. This \ - feature can be found by right-clicking on a torrent.\nFurthermore, it \ - allows the user to automatically have finished torrents moved to a different \ - folder.") +different directory without having to remove and re-add the torrent. This \ +feature can be found by right-clicking on a torrent.\nFurthermore, it \ +allows the user to automatically have finished torrents moved to a different \ +folder.") def deluge_init(deluge_path): global path diff --git a/plugins/TorrentFiles/__init__.py b/plugins/TorrentFiles/__init__.py index ac87f089c..48b4d1d68 100644 --- a/plugins/TorrentFiles/__init__.py +++ b/plugins/TorrentFiles/__init__.py @@ -20,7 +20,8 @@ plugin_name = _("Torrent Files") plugin_author = "Deluge" plugin_version = "0.2" plugin_description = _(""" -This is just the files tab as a plugin. +This plugin shows you the files inside a torrent and allows you to set \ +priorities for them and choose which ones you want or don't want to download. """) def deluge_init(deluge_path): diff --git a/plugins/TorrentNotification/__init__.py b/plugins/TorrentNotification/__init__.py index 30126df17..259ea5c57 100644 --- a/plugins/TorrentNotification/__init__.py +++ b/plugins/TorrentNotification/__init__.py @@ -19,7 +19,8 @@ plugin_name = _("Torrent Notification") plugin_author = "Micah Bucy" plugin_version = "0.1" -plugin_description = _("Make tray icon blink when torrent finishes downloading and/or popup a notification") +plugin_description = _("Make tray icon blink when torrent finishes downloading \ +and/or popup a notification") def deluge_init(deluge_path): global path diff --git a/plugins/TorrentPeers/__init__.py b/plugins/TorrentPeers/__init__.py index 31808e3d3..056725c3d 100644 --- a/plugins/TorrentPeers/__init__.py +++ b/plugins/TorrentPeers/__init__.py @@ -20,7 +20,8 @@ plugin_name = _("Torrent Peers") plugin_author = "Deluge" plugin_version = "0.2" plugin_description = _(""" -This is just the peers tab as a plugin. +This shows you the peers associated with each torrent and shows you their ip, \ +country, client, percent complete and upload and download speeds. """) def deluge_init(deluge_path): diff --git a/plugins/WebSeed/__init__.py b/plugins/WebSeed/__init__.py index ec6666aa3..343296e5b 100644 --- a/plugins/WebSeed/__init__.py +++ b/plugins/WebSeed/__init__.py @@ -19,7 +19,8 @@ plugin_name = _("Web Seed") plugin_author = "Marcos Pinto" plugin_version = "0.1" -plugin_description = _("This plugin allows users to add web seeds to their torrents") +plugin_description = _("This plugin allows users to add web seeds to their \ +torrents") def deluge_init(deluge_path): global path