mirror of https://gitee.com/openkylin/libvirt.git
tools: virt-host-validate: fix missing translation marker
Fix a minor typo. Signed-off-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
This commit is contained in:
parent
d0b5845952
commit
45c2dcfb91
|
@ -31,7 +31,7 @@ int virHostValidateQEMU(void)
|
|||
virBitmapPtr flags;
|
||||
int ret = 0;
|
||||
|
||||
virHostMsgCheck("QEMU", "%s", ("for hardware virtualization"));
|
||||
virHostMsgCheck("QEMU", "%s", _("for hardware virtualization"));
|
||||
|
||||
flags = virHostValidateGetCPUFlags();
|
||||
|
||||
|
|
Loading…
Reference in New Issue