mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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) {
|
if (!src->drv->backend->storageFileReadHeader) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||||
_("storage file header reading is not supported for "
|
_("storage file header reading is not supported for "
|
||||||
"storage type %s (protocol: %s)'"),
|
"storage type %s (protocol: %s)"),
|
||||||
virStorageTypeToString(src->type),
|
virStorageTypeToString(src->type),
|
||||||
virStorageNetProtocolTypeToString(src->protocol));
|
virStorageNetProtocolTypeToString(src->protocol));
|
||||||
return -2;
|
return -2;
|
||||||
|
Loading…
Reference in New Issue
Block a user