summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/XMPPInterface.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-27 14:23:55 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-27 14:23:55 +0200
commit1bbbd7e7e123516a8540099e5f380ba158dfef5f (patch)
tree87725c8189bf68b5832e4de44555858173051743 /module/plugins/hooks/XMPPInterface.py
parenthotfile fix (diff)
downloadpyload-1bbbd7e7e123516a8540099e5f380ba158dfef5f.tar.xz
locale fixes
Diffstat (limited to 'module/plugins/hooks/XMPPInterface.py')
-rw-r--r--module/plugins/hooks/XMPPInterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/XMPPInterface.py b/module/plugins/hooks/XMPPInterface.py
index 67a7f1b77..bfd60d271 100644
--- a/module/plugins/hooks/XMPPInterface.py
+++ b/module/plugins/hooks/XMPPInterface.py
@@ -88,7 +88,7 @@ class XMPPInterface(IRCInterface, JabberClient):
def downloadFinished(self, pyfile):
try:
if self.getConfig("info_file"):
- self.announce(_("Download finished: %s @ %s") % (pyfile.name, pyfile.pluginname) )
+ self.announce(_("Download finished: %(name) @ %(plugin)") % {"name": pyfile.name, "plugin": pyfile.pluginname} )
except:
pass