[PATCH] [Wok 3/3] Use past verbs

Signed-off-by: Lucio Correia <luciojhc@linux.vnet.ibm.com> --- src/wok/i18n.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wok/i18n.py b/src/wok/i18n.py index d3342fc..4fc21f1 100644 --- a/src/wok/i18n.py +++ b/src/wok/i18n.py @@ -56,8 +56,8 @@ messages = { "WOKUTILS0005E": _("Invalid data unit '%(unit)s'"), # These messages (ending with L) are for user log purposes - "WOKCOL0001L": _("Request on collection"), - "WOKRES0001L": _("Request on resource"), - "WOKROOT0001L": _("User '%(username)s' login"), - "WOKROOT0002L": _("User '%(username)s' logout"), + "WOKCOL0001L": _("Request made on collection"), + "WOKRES0001L": _("Request made on resource"), + "WOKROOT0001L": _("User '%(username)s' logged in"), + "WOKROOT0002L": _("User '%(username)s' logged out"), } -- 1.9.1
participants (1)
-
Lucio Correia