summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-06-21 15:33:39 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-06-21 15:33:39 +0000
commit86a829f7c8ba7d02412932ecee5619ae82936d63 (patch)
tree89901d2e8a53faec9fa71d78a3b7ff4e90371451 /src/main.c
parent154ddfe7ecfc301a924e83e861e47cd118f3a01e (diff)
Added en_GB translation and fixed a typo.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 5a111ef..99954ab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1032,7 +1032,7 @@ main (gint argc, gchar **argv) {
/*nothing*/;
if (nextopt != -1) {
- g_printerr (_("%s in an invalid option. See zenity --help for more details\n"),
+ g_printerr (_("%s is an invalid option. See 'zenity --help' for more details\n"),
poptBadOption (ctx, 0));
zenity_free_parsing_options ();
exit (-1);