summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NowVideoAt.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/NowVideoAt.py')
-rw-r--r--module/plugins/hoster/NowVideoAt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NowVideoAt.py b/module/plugins/hoster/NowVideoAt.py
index 93ecec9cf..3cfd94f43 100644
--- a/module/plugins/hoster/NowVideoAt.py
+++ b/module/plugins/hoster/NowVideoAt.py
@@ -30,7 +30,7 @@ class NowVideoAt(SimpleHoster):
m = re.search(self.LINK_PATTERN, self.html)
if m is None:
- self.error("Download link not found")
+ self.error(_("Download link not found"))
self.download(m.group(1), disposition=True)