Ticket #817: deluge.patch

File deluge.patch, 844 bytes (added by AlexanderS, 16 years ago)
  • deluge/ui/gtkui/notification.py

    diff -ur deluge-1.1.1/deluge/ui/gtkui/notification.py deluge-1.1.1_new/deluge/ui/gtkui/notification.py
    old new  
    9595                "Finished torrent %s" % (status["name"]))
    9696        text = _("This email is to inform you that Deluge has finished downloading %s , \
    9797            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"])
    9999        message = headers + text
    100100        if self.config["ntf_security"] == 'SSL':
    101101            port = 465