qemu/qemu_validate: Update format strings in translated messages

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Jiri Denemark 2023-03-09 13:11:54 +01:00
parent 49f2835ee3
commit 21833b5564
2 changed files with 143 additions and 178 deletions

View File

@ -230,7 +230,7 @@ virDomainVideoDefValidate(const virDomainVideoDef *video,
return -1;
if (video->blob != VIR_TRISTATE_SWITCH_ABSENT) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("video type '%s' does not support blob resources"),
_("video type '%1$s' does not support blob resources"),
virDomainVideoTypeToString(video->type));
return -1;
}

File diff suppressed because it is too large Load Diff