summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index e41a8767b..8a31b7efe 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -559,7 +559,7 @@ if __name__ == "__main__":
try:
client = ThriftClient(addr, port, username, password)
except WrongLogin:
- print _("Login data are wrong.")
+ print _("Login data is wrong.")
except NoConnection:
print _("Could not establish connection to %(addr)s:%(port)s." % {"addr": addr, "port" : port })
@@ -567,7 +567,7 @@ if __name__ == "__main__":
try:
client = ThriftClient(addr, port, username, password)
except WrongLogin:
- print _("Login data are wrong.")
+ print _("Login data is required.")
except NoConnection:
print _("Could not establish connection to %(addr)s:%(port)s." % {"addr": addr, "port" : port })
except NoSSL:
@@ -577,4 +577,4 @@ if __name__ == "__main__":
if interactive and command: print _("Interactive mode ignored since you passed some commands.")
if client:
- cli = Cli(client, command) \ No newline at end of file
+ cli = Cli(client, command)