diff options
author | Stefano <l.stickell@yahoo.it> | 2013-07-17 13:49:21 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-07-17 13:49:21 +0200 |
commit | 3f660819f19eb49df5fb91d91e94a44530fd1d14 (patch) | |
tree | e764015b772754cb611f6a7601921a1f23e82489 | |
parent | improved inputTypes, config api (diff) | |
download | pyload-3f660819f19eb49df5fb91d91e94a44530fd1d14.tar.xz |
Using the same string to avoid multiple translations
-rw-r--r-- | pyload/cli/Cli.py | 2 |
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 |