From 95b0209e795e1c04669649fb710c87d089cc3d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Thu, 29 Sep 2016 22:41:37 +0200 Subject: Use Unicode in translatable strings See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772203 --- utils/gdmflexiserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/gdmflexiserver.c b/utils/gdmflexiserver.c index 1c0e3ae0..02ffdb3a 100644 --- a/utils/gdmflexiserver.c +++ b/utils/gdmflexiserver.c @@ -134,7 +134,7 @@ main (int argc, char *argv[]) setlocale (LC_ALL, ""); /* Option parsing */ - ctx = g_option_context_new (_("- New GDM login")); + ctx = g_option_context_new (_("— New GDM login")); g_option_context_set_translation_domain (ctx, GETTEXT_PACKAGE); g_option_context_add_main_entries (ctx, options, NULL); g_option_context_parse (ctx, &argc, &argv, NULL); -- cgit v1.2.1