summaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2022-01-11 23:39:40 -0500
committerLogan Rathbone <poprocks@gmail.com>2022-01-11 23:39:40 -0500
commitf139f34c514baa09100f3fd9ad556428c7d33e6f (patch)
tree8c6426934cfcbfd56408fe859ba4a77474b0e3eb /src/option.c
parent2b75b2f9a11fabff670e15139bba4b781362eca1 (diff)
downloadzenity-f139f34c514baa09100f3fd9ad556428c7d33e6f.tar.gz
help/docs: update; notification: bugfixes.
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.c b/src/option.c
index 0daa493..5da6a8f 100644
--- a/src/option.c
+++ b/src/option.c
@@ -2006,8 +2006,8 @@ zenity_create_context (void)
/* Adds notification option entries */
a_group = g_option_group_new ("notification",
- N_ ("Notification icon options"),
- N_ ("Show notification icon options"),
+ N_ ("Notification options"),
+ N_ ("Show notification options"),
NULL,
NULL);
g_option_group_add_entries (a_group, notification_options);