diff -ur deluge-1.1.1/deluge/ui/gtkui/notification.py deluge-1.1.1_new/deluge/ui/gtkui/notification.py
old
|
new
|
|
95 | 95 | "Finished torrent %s" % (status["name"])) |
96 | 96 | text = _("This email is to inform you that Deluge has finished downloading %s , \ |
97 | 97 | which includes %i files.\nTo stop receiving these alerts, simply turn off \ |
98 | | email notification in Deluge's preferences.\n\nThank you,\nDeluge") |
| 98 | email notification in Deluge's preferences.\n\nThank you,\nDeluge") % (status["name"], status["num_files"]) |
99 | 99 | message = headers + text |
100 | 100 | if self.config["ntf_security"] == 'SSL': |
101 | 101 | port = 465 |