Opened 10 years ago
Closed 10 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)
Change History (7)
comment:1 Changed 10 years ago by Cas
- Milestone changed from Future to 1.3.6
Changed 10 years ago by alexandrul
comment:2 Changed 10 years ago by alexandrul
- Keywords patch added
comment:3 Changed 10 years ago by alexandrul
- Version changed from other (please specify) to git 1.3-stable
comment:4 Changed 10 years ago by alexandrul
- Keywords patch removed
- Type changed from bug to patch
comment:5 Changed 10 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.
Fix #2242