Opened 11 years ago

Closed 11 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 11 years ago.
Fix #2242
2242.diff (760 bytes) - added by alexandrul 11 years ago.
Patch that fixes #2242

Download all attachments as: .zip

Change History (7)

comment:1 Changed 11 years ago by Cas

  • Milestone changed from Future to 1.3.6

Changed 11 years ago by alexandrul

Fix #2242

Changed 11 years ago by alexandrul

Patch that fixes #2242

comment:2 Changed 11 years ago by alexandrul

  • Keywords patch added

comment:3 Changed 11 years ago by alexandrul

  • Version changed from other (please specify) to git 1.3-stable

comment:4 Changed 11 years ago by alexandrul

  • Keywords patch removed
  • Type changed from bug to patch

comment:5 Changed 11 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed 1.3-stable: 8ba5e7861

Note: See TracTickets for help on using tickets.