mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
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…
x
Reference in New Issue
Block a user