summaryrefslogtreecommitdiff
path: root/src/plugins/irc
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc')
-rw-r--r--src/plugins/irc/irc-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index 78f58ad96..606b1bb25 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -3121,7 +3121,7 @@ irc_config_init ()
irc_config_file, ptr_section,
"typing_status_nicks", "boolean",
N_("display nicks typing on the channel in bar item \"typing\" "
- "(option typing.look.enabled must be enabled and capability "
+ "(option typing.look.enabled_nicks must be enabled and capability "
"\"message-tags\" must be enabled on the server)"),
NULL, 0, 0, "off", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
@@ -3130,7 +3130,7 @@ irc_config_init ()
"typing_status_self", "boolean",
N_("send self typing status to channels so that other users see when "
"you are typing a message "
- "(option typing.look.enabled must be enabled and capability "
+ "(option typing.look.enabled_self must be enabled and capability "
"\"message-tags\" must be enabled on the server)"),
NULL, 0, 0, "off", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);