1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Fix typo in help of options irc.look.notify_tags_ison and irc.look.notify_tags_whois

This commit is contained in:
Sebastien Helleu
2010-11-07 09:31:20 +01:00
parent 29097ad7eb
commit b10bcabae1
13 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -1939,7 +1939,7 @@ irc_config_init ()
"notify_tags_ison", "string",
N_("comma separated list of tags used in messages printed by notify "
"when a nick joins or quits server (result of command ison), "
"for example: \"notify_highglight\", \"notify_message\" or "
"for example: \"notify_highlight\", \"notify_message\" or "
"\"notify_private\""),
NULL, 0, 0, "notify_message", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
@@ -1948,7 +1948,7 @@ irc_config_init ()
"notify_tags_whois", "string",
N_("comma separated list of tags used in messages printed by notify "
"when a nick away status changes (result of command whois), "
"for example: \"notify_highglight\", \"notify_message\" or "
"for example: \"notify_highlight\", \"notify_message\" or "
"\"notify_private\""),
NULL, 0, 0, "notify_message", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);