summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/ReloadCc.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-20 22:03:34 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-20 22:03:34 +0200
commit4aa8241528f997509282bd9c8edbc83d7096d66a (patch)
tree45148d014c8129c8cd1f2935adf49f9725280948 /pyload/plugins/hoster/ReloadCc.py
parentadded missing init file (diff)
parentUsing the same translatable string (diff)
downloadpyload-4aa8241528f997509282bd9c8edbc83d7096d66a.tar.xz
Merge plugins from stable
Conflicts: module/plugins/hoster/UnrestrictLi.py pyload/plugins/hooks/Captcha9kw.py pyload/plugins/hoster/AlldebridCom.py pyload/plugins/hoster/BitshareCom.py pyload/plugins/hoster/EgoFilesCom.py pyload/plugins/hoster/FreakshareCom.py pyload/plugins/hoster/LuckyShareNet.py pyload/plugins/hoster/Premium4Me.py pyload/plugins/hoster/PremiumizeMe.py pyload/plugins/hoster/RapidshareCom.py pyload/plugins/hoster/RealdebridCom.py pyload/plugins/hoster/ShareplaceCom.py pyload/plugins/hoster/UploadedTo.py pyload/plugins/hoster/UploadingCom.py pyload/plugins/hoster/Xdcc.py pyload/plugins/hoster/YourfilesTo.py pyload/plugins/hoster/ZeveraCom.py
Diffstat (limited to 'pyload/plugins/hoster/ReloadCc.py')
-rw-r--r--pyload/plugins/hoster/ReloadCc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/ReloadCc.py b/pyload/plugins/hoster/ReloadCc.py
index 7dc6d9bb6..b39c2812c 100644
--- a/pyload/plugins/hoster/ReloadCc.py
+++ b/pyload/plugins/hoster/ReloadCc.py
@@ -6,7 +6,7 @@ from module.network.HTTPRequest import BadHeader
class ReloadCc(Hoster):
__name__ = "ReloadCc"
- __version__ = "0.4"
+ __version__ = "0.5"
__type__ = "hoster"
__description__ = """Reload.Cc hoster plugin"""
@@ -19,7 +19,7 @@ class ReloadCc(Hoster):
def process(self, pyfile):
# Check account
if not self.account or not self.account.canUse():
- self.logError("Please enter a valid reload.cc account or deactivate this plugin")
+ self.logError(_("Please enter your %s account or deactivate this plugin") % "reload.cc")
self.fail("No valid reload.cc account provided")
# In some cases hostsers do not supply us with a filename at download, so we are going to set a fall back filename (e.g. for freakshare or xfileshare)