summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2005-07-20 19:05:20 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-07-20 19:05:20 +0000
commit31b742a8cd0a766daa01bfc71db9df84c377f890 (patch)
tree7c076befd1aa2c304b1f6f267f25fcd13fedc0db /utils
parent5f23d0d74afd1c0521481d04f5df55d1031ee227 (diff)
downloadgdm-31b742a8cd0a766daa01bfc71db9df84c377f890.tar.gz
Fixed grammar, fixing bug #310958.
2005-07-20 Brian Cameron <Brian.Cameron@sun.com> * utils/gdm-dmx-reconnect-proxy.c: Fixed grammar, fixing bug #310958.
Diffstat (limited to 'utils')
-rw-r--r--utils/gdm-dmx-reconnect-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gdm-dmx-reconnect-proxy.c b/utils/gdm-dmx-reconnect-proxy.c
index 352db3f7..7f31584f 100644
--- a/utils/gdm-dmx-reconnect-proxy.c
+++ b/utils/gdm-dmx-reconnect-proxy.c
@@ -106,7 +106,7 @@ main (int argc, char **argv)
}
if (backend_display == NULL) {
- g_printerr (_("You must specify a backend display which using %s\n"), "--display");
+ g_printerr (_("You must specify a backend display by using %s\n"), "--display");
return 1;
}