
9 Jun
2016
9 Jun
'16
10:59 p.m.
This reverts commit 04358829a34f246efa7198191b4ca7a851c02bbb. --- src/wok/i18n.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wok/i18n.py b/src/wok/i18n.py index 4fc21f1..d6cb17c 100644 --- a/src/wok/i18n.py +++ b/src/wok/i18n.py @@ -58,6 +58,6 @@ messages = { # These messages (ending with L) are for user log purposes "WOKCOL0001L": _("Request made on collection"), "WOKRES0001L": _("Request made on resource"), - "WOKROOT0001L": _("User '%(username)s' logged in"), - "WOKROOT0002L": _("User '%(username)s' logged out"), + "WOKROOT0001L": _("User '%(username)s' login"), + "WOKROOT0002L": _("User '%(username)s' logout"), } -- 1.9.1