]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix an extra ' in a translated string
authorDaniel Veillard <veillard@redhat.com>
Mon, 26 May 2014 13:51:26 +0000 (21:51 +0800)
committerDaniel Veillard <veillard@redhat.com>
Mon, 26 May 2014 13:51:26 +0000 (21:51 +0800)
Raised by ukrainian translator Yuri Chornoivan
https://fedora.transifex.com/projects/p/libvirt/translate/#uk/strings/25483059

src/storage/storage_driver.c

index 9575344aa9592f2d65c3abfb6d01a547f74477d2..cd6babeb948ab75980c7c3bb2be91cab8db0f42b 100644 (file)
@@ -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;