#2242: Missing word on torrent complete notification
-------------------------+--------------------------------------------------
Reporter: onthestairs | Owner:
Type: bug | Status: new
Priority: trivial | Milestone: Future
Component: plugin | Version: other (please specify)
Keywords: |
-------------------------+--------------------------------------------------
On [http://git.deluge-
torrent.org/deluge/tree/deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py#n245
Line 245] of
/deluge/plugins/Notifications/deluge/plugins/notifications/gtkui.py, it
should read
{{{
message = _("The torrent \"%(name)s\" including %(num_files)i files"
"has finished downloading.") % torrent_status
}}}
instead of
{{{
message = _("The torrent \"%(name)s\" including %(num_files)i "
"has finished downloading.") % torrent_status
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2242>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.