summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ZippyshareCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/ZippyshareCom.py')
-rw-r--r--module/plugins/hoster/ZippyshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ZippyshareCom.py b/module/plugins/hoster/ZippyshareCom.py
index b73113040..29b013b51 100644
--- a/module/plugins/hoster/ZippyshareCom.py
+++ b/module/plugins/hoster/ZippyshareCom.py
@@ -49,7 +49,7 @@ class ZippyshareCom(SimpleHoster):
c = lambda a,b: a + b
if not m:
- self.error("Unable to calculate checksum")
+ self.error(_("Unable to calculate checksum"))
a = map(lambda x: int(x), m[0])
b = map(lambda x: int(x), m[1])