diff options
Diffstat (limited to 'src/plugins/notify/notify.c')
-rw-r--r-- | src/plugins/notify/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/notify/notify.c b/src/plugins/notify/notify.c index d001cf419..277f3a71a 100644 --- a/src/plugins/notify/notify.c +++ b/src/plugins/notify/notify.c @@ -495,7 +495,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) /* /notify command */ weechat_hook_command ("notify", _("change notify level for current buffer"), - _("[reset | none | highlight | message | all]"), + _("reset | none | highlight | message | all"), _(" reset: reset notify level to default value\n" " none: buffer will never be in hotlist\n" "highlight: buffer will be in hotlist for " |