[seahorse] Fix missing Unicode apostrophe in a translatable string



commit f6cca6ec40ffb6446b008d84884ae58c0213ce6d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Oct 21 13:31:28 2016 +0200

    Fix missing Unicode apostrophe in a translatable string
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772532

 pgp/seahorse-ldap-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pgp/seahorse-ldap-source.c b/pgp/seahorse-ldap-source.c
index d2332d9..cb64601 100644
--- a/pgp/seahorse-ldap-source.c
+++ b/pgp/seahorse-ldap-source.c
@@ -433,7 +433,7 @@ seahorse_ldap_source_propagate_error (SeahorseLDAPSource *self,
                return FALSE;
 
        g_object_get (self, "key-server", &server, NULL);
-       g_set_error (error, LDAP_ERROR_DOMAIN, rc, _("Couldn't communicate with %s: %s"),
+       g_set_error (error, LDAP_ERROR_DOMAIN, rc, _("Couldn’t communicate with %s: %s"),
                     server, ldap_err2string (rc));
        g_free (server);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]