summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-09-29 22:41:37 +0200
committerRay Strode <rstrode@redhat.com>2017-06-22 15:09:24 -0400
commit95b0209e795e1c04669649fb710c87d089cc3d6a (patch)
tree333a65560ab2e2c8678f1e442401b03602cfba95 /utils
parent0963d6e5d8d5b69d19c1b0a724fcb74da8d5dfdd (diff)
downloadgdm-95b0209e795e1c04669649fb710c87d089cc3d6a.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772203
Diffstat (limited to 'utils')
-rw-r--r--utils/gdmflexiserver.c2
1 files changed, 1 insertions, 1 deletions
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);