[evolution-data-server] Use a Unicode apostrophe in a new translatable string



commit 525a6febbdf780ed474b37397a362a710da3dc87
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Dec 20 17:52:49 2016 +0100

    Use a Unicode apostrophe in a new translatable string

 src/camel/camel-gpg-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-gpg-context.c b/src/camel/camel-gpg-context.c
index 1bd8ee9..a84c27e 100644
--- a/src/camel/camel-gpg-context.c
+++ b/src/camel/camel-gpg-context.c
@@ -1259,7 +1259,7 @@ gpg_ctx_parse_status (struct _GpgCtx *gpg,
                                        error, CAMEL_ERROR, CAMEL_ERROR_GENERIC,
                                        /* Translators: The first '%s' is replaced with the e-mail address, 
like '<user example com>';
                                           the second '%s' is replaced with the actual path and filename of 
the used gpg, like '/usr/bin/gpg2' */
-                                       _("Failed to encrypt: Invalid recipient %s specified. A common issue 
is that the %s doesn't have imported public key for this recipient."),
+                                       _("Failed to encrypt: Invalid recipient %s specified. A common issue 
is that the %s doesn’t have imported public key for this recipient."),
                                        addr, gpg_ctx_get_executable_name ());
                                return -1;
                        }


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