[Kimchi-devel] [PATCH] bug fix: fix the string format.

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Wed Mar 26 13:31:08 UTC 2014


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

a "s" should be subfix in string format.

Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
---
 src/kimchi/i18n.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kimchi/i18n.py b/src/kimchi/i18n.py
index 398d49a..de70522 100644
--- a/src/kimchi/i18n.py
+++ b/src/kimchi/i18n.py
@@ -68,7 +68,7 @@ messages = {
     "KCHVM0006E": _("Screenshot not supported for virtual machine %(name)s"),
     "KCHVM0007E": _("Unable to create virtual machine %(name)s. Details: %(err)s"),
     "KCHVM0008E": _("Unable to rename virtual machine %(name)s. Details: %(err)s"),
-    "KCHVM0009E": _("Unable to retrieve virtual machine %(name)s. Details: %(err)"),
+    "KCHVM0009E": _("Unable to retrieve virtual machine %(name)s. Details: %(err)s"),
     "KCHVM0010E": _("Unable to connect to powered off machine %(name)s."),
     "KCHVM0011E": _("Virtual machine name must be a string"),
     "KCHVM0012E": _("Invalid template URI: %(value)s specified for virtual machine"),
@@ -173,7 +173,7 @@ messages = {
     "KCHNET0007E": _("Interface should be bare NIC, bonding or bridge device."),
     "KCHNET0008E": _("Unable to create network %(name)s. Details: %(err)s"),
     "KCHNET0009E": _("Unable to find a free IP address for network '%(name)s'"),
-    "KCHNET0010E": _("Unable to create VLAN tagged bridge using interface %(iface)s. Details: %(err)"),
+    "KCHNET0010E": _("Unable to create VLAN tagged bridge using interface %(iface)s. Details: %(err)s"),
     "KCHNET0011E": _("Network name must be a string"),
     "KCHNET0012E": _("Supported network types are isolated, NAT and bridge"),
     "KCHNET0013E": _("Network subnet must be a string with IP address and prefix or netmask"),
-- 
1.8.5.3




More information about the Kimchi-devel mailing list