diff options
author | Brian Cameron <Brian.Cameron@sun.com> | 2009-10-30 21:57:48 -0500 |
---|---|---|
committer | Brian Cameron <Brian.Cameron@sun.com> | 2009-10-30 21:57:48 -0500 |
commit | 1d1eee0a2408534ce4e41efb801d0fc721611044 (patch) | |
tree | 0cb017b2bccbc24aecd13a73d9fd9d38e1fb390a /daemon/product-slave-main.c | |
parent | 12ecc8ca978b4a954fa4acfa4248f23d7084df92 (diff) | |
download | gdm-1d1eee0a2408534ce4e41efb801d0fc721611044.tar.gz |
Improve strings for translation. Partially fix bug #582891.
Diffstat (limited to 'daemon/product-slave-main.c')
-rw-r--r-- | daemon/product-slave-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/product-slave-main.c b/daemon/product-slave-main.c index f23a28b9..3072648d 100644 --- a/daemon/product-slave-main.c +++ b/daemon/product-slave-main.c @@ -172,7 +172,7 @@ main (int argc, GdmSignalHandler *signal_handler; static GOptionEntry entries [] = { { "debug", 0, 0, G_OPTION_ARG_NONE, &debug, N_("Enable debugging code"), NULL }, - { "display-id", 0, 0, G_OPTION_ARG_STRING, &display_id, N_("Display ID"), N_("id") }, + { "display-id", 0, 0, G_OPTION_ARG_STRING, &display_id, N_("Display ID"), N_("ID") }, { NULL } }; |