summaryrefslogtreecommitdiffstats
path: root/module/Api.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-03 22:55:50 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-03 22:55:50 +0100
commitf3916e73422ace95299fda88a752a18ec642b102 (patch)
treecea71de3ed4cb63ba94122f9158a0adc809ce9d8 /module/Api.py
parenthttp auth for the api (diff)
downloadpyload-f3916e73422ace95299fda88a752a18ec642b102.tar.xz
more responsive file listing, scales for smaller screen sizes
Diffstat (limited to 'module/Api.py')
-rw-r--r--module/Api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Api.py b/module/Api.py
index fb42a122a..6ef425d26 100644
--- a/module/Api.py
+++ b/module/Api.py
@@ -170,7 +170,7 @@ class Api(Iface):
:param remoteip:
:return: dict with info, empty when login is incorrect
"""
- self.core.log.info(_("User '%s' tried to log in") % username)
+ self.core.log.info(_("User '%s' tries to log in") % username)
return self.core.db.checkAuth(username, password)