diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:36:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:36:32 +0200 |
commit | f79929b38266c89a09d5abb394fcdd2b9f990887 (patch) | |
tree | 28460d5f500b70100189f71328221af5e04491b4 /src/plugins/irc | |
parent | a4507539fbcb6e7225832141b7f2d61d0d37a0d2 (diff) | |
download | weechat-f79929b38266c89a09d5abb394fcdd2b9f990887.zip |
core: update translations
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-config.c | 4 |
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); |