Opened 12 years ago

Closed 12 years ago

#2242 closed patch (Fixed)

Missing word on torrent complete notification

Reported by: onthestairs Owned by:
Priority: trivial Milestone: 1.3.6
Component: Plugin Version: 1.3-stable
Keywords: Cc:

Description

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

Attachments (2)

2242.patch (760 bytes ) - added by alexandrul 12 years ago.
Fix #2242
2242.diff (760 bytes ) - added by alexandrul 12 years ago.
Patch that fixes #2242

Download all attachments as: .zip

Change History (7)

comment:1 by Calum, 12 years ago

Milestone: Future1.3.6

by alexandrul, 12 years ago

Attachment: 2242.patch added

Fix #2242

by alexandrul, 12 years ago

Attachment: 2242.diff added

Patch that fixes #2242

comment:2 by alexandrul, 12 years ago

Keywords: patch added

comment:3 by alexandrul, 12 years ago

Version: other (please specify)git 1.3-stable

comment:4 by alexandrul, 12 years ago

Keywords: patch removed
Type: bugpatch

comment:5 by Calum, 12 years ago

Resolution: fixed
Status: newclosed

Fixed 1.3-stable: 8ba5e7861

Note: See TracTickets for help on using tickets.