summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-09 22:08:26 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-10 19:34:37 -0400
commite97459bcb4c756f6afa1fffcd0d5e6269aede4b9 (patch)
tree0fb77cbe6f6d78315b2a0227ea9a43a6cdfe75a0 /gui
parenta69d1763ed5b2f6f456afcbdb84ba296eb5ae96e (diff)
downloadgdm-e97459bcb4c756f6afa1fffcd0d5e6269aede4b9.tar.gz
Don't translate strings in test program
Diffstat (limited to 'gui')
-rw-r--r--gui/simple-greeter/test-user-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/simple-greeter/test-user-manager.c b/gui/simple-greeter/test-user-manager.c
index 48bc47fd..25991ce6 100644
--- a/gui/simple-greeter/test-user-manager.c
+++ b/gui/simple-greeter/test-user-manager.c
@@ -97,7 +97,7 @@ main (int argc, char *argv[])
g_type_init ();
- context = g_option_context_new (_("GNOME Display Manager"));
+ context = g_option_context_new ("GNOME Display Manager");
g_option_context_add_main_entries (context, entries, NULL);
g_option_context_set_ignore_unknown_options (context, TRUE);