[cogl/wip/piotrdrag/unicode-typography: 2/3] Use Unicode in translatable strings



commit 84790e5326a307c3ae5b1d96f83a7b643882dc49
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Sep 30 00:28:37 2016 +0200

    Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772214

 cogl/cogl-debug-options.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-debug-options.h b/cogl/cogl-debug-options.h
index 02734f6b..ba4f4899 100644
--- a/cogl/cogl-debug-options.h
+++ b/cogl/cogl-debug-options.h
@@ -154,13 +154,13 @@ OPT (DISABLE_NPOT_TEXTURES,
      N_("Root Cause"),
      "disable-npot-textures",
      N_("Disable non-power-of-two textures"),
-     N_("Makes Cogl think that the GL driver doesn't support NPOT textures "
+     N_("Makes Cogl think that the GL driver doesn’t support NPOT textures "
         "so that it will create sliced textures or textures with waste instead."))
 OPT (DISABLE_SOFTWARE_CLIP,
      N_("Root Cause"),
      "disable-software-clip",
      N_("Disable software clipping"),
-     N_("Disables Cogl's attempts to clip some rectangles in software."))
+     N_("Disables Cogl’s attempts to clip some rectangles in software."))
 OPT (SHOW_SOURCE,
      N_("Cogl Tracing"),
      "show-source",


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