touchup plugin descriptions
This commit is contained in:
parent
92c96a9a90
commit
e0442949b2
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue