summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-17 13:49:21 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-17 13:49:21 +0200
commit3f660819f19eb49df5fb91d91e94a44530fd1d14 (patch)
treee764015b772754cb611f6a7601921a1f23e82489
parentimproved inputTypes, config api (diff)
downloadpyload-3f660819f19eb49df5fb91d91e94a44530fd1d14.tar.xz
Using the same string to avoid multiple translations
-rw-r--r--pyload/cli/Cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/cli/Cli.py b/pyload/cli/Cli.py
index 394a631c3..9285ad3a2 100644
--- a/pyload/cli/Cli.py
+++ b/pyload/cli/Cli.py
@@ -545,7 +545,7 @@ def main():
except WrongLogin:
pass
except NoSSL:
- print _("You need py-openssl to connect to this pyLoad Core.")
+ print _("You need py-openssl to connect to this pyLoad core.")
exit()
except NoConnection:
config["addr"] = False