summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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 5a111efa..99954ab4 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);
bgstack15