summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2010-05-03 16:02:59 -0500
committerBrian Cameron <Brian.Cameron@sun.com>2010-05-03 16:02:59 -0500
commit1842b8bfd6ef42db24ea32bf75f103e973cba923 (patch)
tree46bcba091204a7adbc0e9261be782277bbbb55e9 /utils
parent9a0d45f265b33f155fb8a09ee50731f969777206 (diff)
downloadgdm-1842b8bfd6ef42db24ea32bf75f103e973cba923.tar.gz
String fixes. Patch by Philip Withnall. Fixes bug #609178.
Diffstat (limited to 'utils')
-rw-r--r--utils/gdmflexiserver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/gdmflexiserver.c b/utils/gdmflexiserver.c
index c02976fc..0d8f9bfb 100644
--- a/utils/gdmflexiserver.c
+++ b/utils/gdmflexiserver.c
@@ -59,11 +59,11 @@ static char **args_remaining = NULL;
/* Keep all config options for compatibility even if they are noops */
GOptionEntry options [] = {
{ "command", 'c', 0, G_OPTION_ARG_STRING, &send_command, N_("Only the VERSION command is supported"), N_("COMMAND") },
- { "xnest", 'n', 0, G_OPTION_ARG_NONE, &use_xnest, N_("Ignored - retained for compatibility"), NULL },
- { "no-lock", 'l', 0, G_OPTION_ARG_NONE, &no_lock, N_("Ignored - retained for compatibility"), NULL },
+ { "xnest", 'n', 0, G_OPTION_ARG_NONE, &use_xnest, N_("Ignored — retained for compatibility"), NULL },
+ { "no-lock", 'l', 0, G_OPTION_ARG_NONE, &no_lock, N_("Ignored — retained for compatibility"), NULL },
{ "debug", 'd', 0, G_OPTION_ARG_NONE, &debug_in, N_("Debugging output"), NULL },
- { "authenticate", 'a', 0, G_OPTION_ARG_NONE, &authenticate, N_("Ignored - retained for compatibility"), NULL },
- { "startnew", 's', 0, G_OPTION_ARG_NONE, &startnew, N_("Ignored - retained for compatibility"), NULL },
+ { "authenticate", 'a', 0, G_OPTION_ARG_NONE, &authenticate, N_("Ignored — retained for compatibility"), NULL },
+ { "startnew", 's', 0, G_OPTION_ARG_NONE, &startnew, N_("Ignored — retained for compatibility"), NULL },
{ "monte-carlo-pi", 0, 0, G_OPTION_ARG_NONE, &monte_carlo_pi, NULL, NULL },
{ "version", 0, 0, G_OPTION_ARG_NONE, &show_version, N_("Version of this application"), NULL },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &args_remaining, NULL, NULL },