[Kimchi-devel] [PATCH] bug fix: fix the string format %(pool).
Paulo Ricardo Paz Vital
pvital at linux.vnet.ibm.com
Wed Mar 26 18:59:06 UTC 2014
--
Reviewed-by: Paulo Vital <pvital at linux.vnet.ibm.com>
On Thu, 2014-03-27 at 00:54 +0800, shaohef at linux.vnet.ibm.com wrote:
> 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"),
More information about the Kimchi-devel
mailing list