diff options
author | OndrejIT <git@ondrej.it> | 2016-05-02 20:50:32 +0200 |
---|---|---|
committer | OndrejIT <git@ondrej.it> | 2016-05-02 20:50:32 +0200 |
commit | 3da85ed4672334a5b15e0a5ef79792df85845a19 (patch) | |
tree | 35cfe73ab3ee76affc7865335faae014b59b538f | |
parent | Improved error... (diff) | |
download | pyload-3da85ed4672334a5b15e0a5ef79792df85845a19.tar.xz |
Add one space...
-rw-r--r-- | module/plugins/hoster/WebshareCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/WebshareCz.py b/module/plugins/hoster/WebshareCz.py index 33f2ec7d6..5e013c892 100644 --- a/module/plugins/hoster/WebshareCz.py +++ b/module/plugins/hoster/WebshareCz.py @@ -41,7 +41,7 @@ class WebshareCz(SimpleHoster): info['status'] = 1 else: info['status'] = 8 - info['error'] = _("Could not find required xml data") + info['error'] = _("Could not find required xml data") return info |