[evolution-data-server] Use Unicode in translatable strings



commit 8e5e1481d35baa021a67bcfd2fcf7a085de763ec
Author: Milan Crha <mcrha redhat com>
Date:   Thu May 31 11:26:09 2018 +0200

    Use Unicode in translatable strings
    
    Overlooked that in the previous commit

 src/camel/camel-smime-context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/camel/camel-smime-context.c b/src/camel/camel-smime-context.c
index 1ba916cbe..a2a74729a 100644
--- a/src/camel/camel-smime-context.c
+++ b/src/camel/camel-smime-context.c
@@ -1231,7 +1231,7 @@ smime_context_encrypt_sync (CamelCipherContext *context,
                        if (!hash_value || !*hash_value) {
                                g_set_error (
                                        error, CAMEL_ERROR, CAMEL_ERROR_GENERIC,
-                                       _("No valid or appropriate certificate for '%s' was found"),
+                                       _("No valid or appropriate certificate for ā€œ%sā€ was found"),
                                        (gchar *) recipients->pdata[i]);
                                g_hash_table_destroy (frd.recipients_table);
                                goto fail;


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