From 3c1faf4f99dcf15ffed635c1ea8c50c4496531b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Thu, 6 Oct 2016 21:30:37 +0200 Subject: Use Unicode in translatable strings See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772528 --- libsecret/secret-session.c | 4 ++-- 1 file 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); -- cgit v1.2.1