summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkmain-win32.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-03 18:20:03 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-12-19 15:08:10 -0500
commita2da4ddcebcf1c28f49d6a73d2a575be17be873e (patch)
tree174ad02f69d0695ca753f3433ec25ed9ce82daa8 /gdk/win32/gdkmain-win32.c
parent7331735499e09aeb981f821b540131195a1f31e7 (diff)
downloadgtk+-a2da4ddcebcf1c28f49d6a73d2a575be17be873e.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772371
Diffstat (limited to 'gdk/win32/gdkmain-win32.c')
-rw-r--r--gdk/win32/gdkmain-win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c
index 1fa0b0824b..9d150e6339 100644
--- a/gdk/win32/gdkmain-win32.c
+++ b/gdk/win32/gdkmain-win32.c
@@ -50,9 +50,9 @@ static gboolean dummy;
const GOptionEntry _gdk_windowing_args[] = {
{ "sync", 0, 0, G_OPTION_ARG_NONE, &gdk_synchronize,
- /* Description of --sync in --help output */ N_("Don't batch GDI requests"), NULL },
+ /* Description of --sync in --help output */ N_("Don’t batch GDI requests"), NULL },
{ "no-wintab", 0, 0, G_OPTION_ARG_NONE, &_gdk_input_ignore_wintab,
- /* Description of --no-wintab in --help output */ N_("Don't use the Wintab API for tablet support"), NULL },
+ /* Description of --no-wintab in --help output */ N_("Don’t use the Wintab API for tablet support"), NULL },
{ "ignore-wintab", 0, 0, G_OPTION_ARG_NONE, &_gdk_input_ignore_wintab,
/* Description of --ignore-wintab in --help output */ N_("Same as --no-wintab"), NULL },
{ "use-wintab", 0, 0, G_OPTION_ARG_NONE, &dummy,