From f3916e73422ace95299fda88a752a18ec642b102 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 3 Mar 2013 22:55:50 +0100 Subject: more responsive file listing, scales for smaller screen sizes --- module/Api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/Api.py') 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) -- cgit v1.2.3