mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Fix an extra ' in a translated string
Raised by ukrainian translator Yuri Chornoivan https://fedora.transifex.com/projects/p/libvirt/translate/#uk/strings/25483059
This commit is contained in:
parent
205010c40e
commit
f07d24a6b8
@ -2975,7 +2975,7 @@ virStorageFileReadHeader(virStorageSourcePtr src,
|
||||
if (!src->drv->backend->storageFileReadHeader) {
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||
_("storage file header reading is not supported for "
|
||||
"storage type %s (protocol: %s)'"),
|
||||
"storage type %s (protocol: %s)"),
|
||||
virStorageTypeToString(src->type),
|
||||
virStorageNetProtocolTypeToString(src->protocol));
|
||||
return -2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user