touchup plugin descriptions

This commit is contained in:
Marcos Pinto 2007-08-27 06:03:16 +00:00
parent 92c96a9a90
commit e0442949b2
5 changed files with 12 additions and 8 deletions

View File

@ -20,10 +20,10 @@ plugin_name = _("Move Torrent")
plugin_author = "Marcos Pinto" plugin_author = "Marcos Pinto"
plugin_version = "0.1" plugin_version = "0.1"
plugin_description = _("This plugin allows users to move the torrent to a \ plugin_description = _("This plugin allows users to move the torrent to a \
different directory without having to remove and re-add the torrent. This \ different directory without having to remove and re-add the torrent. This \
feature can be found by right-clicking on a torrent.\nFurthermore, it \ feature can be found by right-clicking on a torrent.\nFurthermore, it \
allows the user to automatically have finished torrents moved to a different \ allows the user to automatically have finished torrents moved to a different \
folder.") folder.")
def deluge_init(deluge_path): def deluge_init(deluge_path):
global path global path

View File

@ -20,7 +20,8 @@ plugin_name = _("Torrent Files")
plugin_author = "Deluge" plugin_author = "Deluge"
plugin_version = "0.2" plugin_version = "0.2"
plugin_description = _(""" 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): def deluge_init(deluge_path):

View File

@ -19,7 +19,8 @@
plugin_name = _("Torrent Notification") plugin_name = _("Torrent Notification")
plugin_author = "Micah Bucy" plugin_author = "Micah Bucy"
plugin_version = "0.1" 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): def deluge_init(deluge_path):
global path global path

View File

@ -20,7 +20,8 @@ plugin_name = _("Torrent Peers")
plugin_author = "Deluge" plugin_author = "Deluge"
plugin_version = "0.2" plugin_version = "0.2"
plugin_description = _(""" 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): def deluge_init(deluge_path):

View File

@ -19,7 +19,8 @@
plugin_name = _("Web Seed") plugin_name = _("Web Seed")
plugin_author = "Marcos Pinto" plugin_author = "Marcos Pinto"
plugin_version = "0.1" 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): def deluge_init(deluge_path):
global path global path