[cogl/wip/piotrdrag/unicode-typography: 2/3] Use Unicode in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/piotrdrag/unicode-typography: 2/3] Use Unicode in translatable strings
- Date: Wed, 26 Sep 2018 15:52:15 +0000 (UTC)
commit 08dd966c33c5a5a1aac82ce81e32bfbf409b10f8
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]