diff options
author | Stefano <l.stickell@yahoo.it> | 2013-07-20 21:47:30 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-07-20 21:47:30 +0200 |
commit | 560bbc5a8a243265acf4301d50e5b7db7bbd7afa (patch) | |
tree | 624eb042d915255d00bfa27be080fc13a14627f1 /module/plugins/hoster/ReloadCc.py | |
parent | Merge pull request #201 from xzwr/patch-2 (diff) | |
download | pyload-560bbc5a8a243265acf4301d50e5b7db7bbd7afa.tar.xz |
Using the same translatable string
Diffstat (limited to 'module/plugins/hoster/ReloadCc.py')
-rw-r--r-- | module/plugins/hoster/ReloadCc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/ReloadCc.py b/module/plugins/hoster/ReloadCc.py index 7dc6d9bb6..b39c2812c 100644 --- a/module/plugins/hoster/ReloadCc.py +++ b/module/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) |