[Kimchi-devel] [PATCH] [Wok 1/6] Revert "Use past verbs"

Lucio Correia luciojhc at linux.vnet.ibm.com
Thu Jun 9 20:59:04 UTC 2016


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




More information about the Kimchi-devel mailing list