summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FastixRu.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FastixRu.py')
-rw-r--r--module/plugins/hoster/FastixRu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FastixRu.py b/module/plugins/hoster/FastixRu.py
index cb6c44eb7..eddcd2fe6 100644
--- a/module/plugins/hoster/FastixRu.py
+++ b/module/plugins/hoster/FastixRu.py
@@ -68,6 +68,6 @@ class FastixRu(Hoster):
"empty": re.compile(r"^$")})
if check == "error":
- self.retry(wait_time=60, reason="An error occurred while generating link")
+ self.retry(wait_time=60, reason=_("An error occurred while generating link"))
elif check == "empty":
- self.retry(wait_time=60, reason="Downloaded File was empty")
+ self.retry(wait_time=60, reason=_("Downloaded File was empty"))