Missing word on torrent complete notification
On 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
Change History
(7)
Milestone: |
Future → 1.3.6
|
Version: |
other (please specify) → git 1.3-stable
|
Keywords: |
patch removed
|
Type: |
bug → patch
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Fix #2242