[Kimchi-devel] [PATCH] error message fix.

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Wed Mar 26 15:30:08 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

This error message is not obscure.
Fix it.

Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
 src/kimchi/i18n.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kimchi/i18n.py b/src/kimchi/i18n.py
index de70522..d9d2ee7 100644
--- a/src/kimchi/i18n.py
+++ b/src/kimchi/i18n.py
@@ -29,7 +29,7 @@ messages = {
     "KCHAPI0004E": _("Parameters %(params)s are not allowed to be updated in %(resource)s"),
     "KCHAPI0005E": _("Create is not allowed for %(resource)s"),
     "KCHAPI0006E": _("Unable to parse JSON request"),
-    "KCHAPI0007E": _("This API only supports"),
+    "KCHAPI0007E": _("This API only supports JSON"),
 
     "KCHASYNC0001E": _("Datastore is not initiated in the model object."),
 
-- 
1.8.5.3




More information about the Kimchi-devel mailing list