mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
touchup plugin descriptions
This commit is contained in:
parent
92c96a9a90
commit
e0442949b2
5 changed files with 12 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue