Opened 14 years ago
Closed 14 years ago
#817 closed bug (Fixed)
EMail Notification fails to substitute format strings
Reported by: | AlexanderS | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Unknown | Version: | 1.1.0 |
Keywords: | Cc: |
Description
Hi, today I tried the EMail Notification and got a Mail like this:
This email is to inform you that Deluge has finished downloading %s , which includes %i files. To stop receiving these alerts, simply turn off email notification in Deluge's preferences. Thank you, Deluge
I think that the %s and %i should be substitut by the real value. Attached is a patch to fix this problem.
Alex
Attachments (1)
Change History (2)
Changed 14 years ago by AlexanderS
comment:1 Changed 14 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed [4810]
Thanks!