[Kimchi-devel] [PATCH] bug fix: fix the string format %(pool).
shaohef at linux.vnet.ibm.com
shaohef at linux.vnet.ibm.com
Wed Mar 26 16:54:18 UTC 2014
From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
a "s" should be subfix in string format %(pool).
Signed-off-by: ShaoHe Feng <shaohef 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 de029f5..8b88cae 100644
--- a/src/kimchi/i18n.py
+++ b/src/kimchi/i18n.py
@@ -108,7 +108,7 @@ messages = {
"KCHTMPL0016E": _("Specify an ISO image as CDROM to create a template"),
"KCHTMPL0017E": _("All networks for the template must be specified in a list."),
"KCHTMPL0018E": _("Must specify a volume to a template, when storage pool is iscsi or scsi"),
- "KCHTMPL0019E": _("The volume: %(volume)s in not in storage pool %(pool)"),
+ "KCHTMPL0019E": _("The volume: %(volume)s in not in storage pool %(pool)s"),
"KCHPOOL0001E": _("Storage pool %(name)s already exists"),
"KCHPOOL0002E": _("Storage pool %(name)s does not exist"),
--
1.8.5.3
More information about the Kimchi-devel
mailing list