[libgovirt] Improve a string
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgovirt] Improve a string
- Date: Mon, 15 Sep 2014 16:09:16 +0000 (UTC)
commit ce314e14fe2ee957681aa34771ed0003780e6f68
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Sep 15 18:08:34 2014 +0200
Improve a string
govirt/ovirt-proxy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/govirt/ovirt-proxy.c b/govirt/ovirt-proxy.c
index f22b934..e243d83 100644
--- a/govirt/ovirt-proxy.c
+++ b/govirt/ovirt-proxy.c
@@ -580,7 +580,7 @@ gboolean ovirt_proxy_fetch_ca_certificate(OvirtProxy *proxy, GError **error)
source = get_ca_cert_file(proxy);
if (source == NULL) {
g_set_error(error, OVIRT_ERROR, OVIRT_ERROR_BAD_URI,
- _("Could not extract ca cert filename from URI"));
+ _("Could not extract CA certificate filename from URI"));
goto error;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]