From c52435f74846b59e9a475f864d18838cfcde01f4 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 20 Dec 2004 22:25:29 +0000 Subject: Fix tyop for #161774, as reported by Christian. 2004-12-21 Glynn Foster * src/option.c: Fix tyop for #161774, as reported by Christian. --- ChangeLog | 4 ++++ src/option.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 98ebc8a..42f0ca0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-21 Glynn Foster + + * src/option.c: Fix tyop for #161774, as reported by Christian. + 2004-12-20 Glynn Foster * src/notification.c: Fix #161539, and try and hide the parent diff --git a/src/option.c b/src/option.c index 7337f48..0b89297 100644 --- a/src/option.c +++ b/src/option.c @@ -1241,7 +1241,7 @@ zenity_create_context (void) /* Adds notification option entries */ a_group = g_option_group_new("notification", - N_("Notication options"), + N_("Notification options"), N_("Show notification options"), NULL, 0); g_option_group_add_entries(a_group, notification_options); g_option_group_set_parse_hooks (a_group, -- cgit v1.2.3-2-g168b