[recipes] Use a Unicode apostrophe in a translatable string



commit 8fc88eaae592c2d7444a86fb6a64909e9d24de51
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Apr 2 09:32:51 2017 +0200

    Use a Unicode apostrophe in a translatable string
    
    See https://developer.gnome.org/hig/stable/typography.html

 src/gr-season.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-season.c b/src/gr-season.c
index a0e5c3e..260429e 100644
--- a/src/gr-season.c
+++ b/src/gr-season.c
@@ -40,7 +40,7 @@ static const char *names[] = {
 static const char *titles[] = {
         N_("Thanksgiving"),
         N_("Christmas"),
-        N_("New Year's"),
+        N_("New Year’s"),
         N_("Spring"),
         N_("Summer"),
         N_("Fall"),


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