diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-12-20 22:25:29 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-12-20 22:25:29 +0000 |
commit | c52435f74846b59e9a475f864d18838cfcde01f4 (patch) | |
tree | e5311fa8fcb0c9571ef47ef91448c21223f50ad9 /src | |
parent | Updated Swedish translation. (diff) | |
download | zenity-c52435f74846b59e9a475f864d18838cfcde01f4.tar.gz zenity-c52435f74846b59e9a475f864d18838cfcde01f4.tar.bz2 zenity-c52435f74846b59e9a475f864d18838cfcde01f4.zip |
Fix tyop for #161774, as reported by Christian.
2004-12-21 Glynn Foster <glynn.foster@sun.com>
* src/option.c: Fix tyop for #161774, as reported by Christian.
Diffstat (limited to 'src')
-rw-r--r-- | src/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c index 7337f488..0b892973 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, |