summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-06 21:30:37 +0200
committerStef Walter <stefw@redhat.com>2016-10-18 11:31:57 +0200
commit3c1faf4f99dcf15ffed635c1ea8c50c4496531b1 (patch)
tree40161925e22e9bcc19272a11b347514f50796da1
parent2ab34b2b5dd5c3da733ced23391856e36bed7c59 (diff)
downloadlibsecret-3c1faf4f99dcf15ffed635c1ea8c50c4496531b1.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772528
-rw-r--r--libsecret/secret-session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsecret/secret-session.c b/libsecret/secret-session.c
index 87349f7..43bee9f 100644
--- a/libsecret/secret-session.c
+++ b/libsecret/secret-session.c
@@ -241,7 +241,7 @@ on_service_open_session_plain (GObject *source,
} else {
g_simple_async_result_set_error (res, SECRET_ERROR, SECRET_ERROR_PROTOCOL,
- _("Couldn't communicate with the secret storage"));
+ _("Couldn’t communicate with the secret storage"));
}
g_simple_async_result_complete (res);
@@ -278,7 +278,7 @@ on_service_open_session_aes (GObject *source,
} else {
g_simple_async_result_set_error (res, SECRET_ERROR, SECRET_ERROR_PROTOCOL,
- _("Couldn't communicate with the secret storage"));
+ _("Couldn’t communicate with the secret storage"));
}
g_simple_async_result_complete (res);