mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
committed by
Michal Privoznik
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user