summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-04-03 21:31:15 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-04-03 21:31:15 +0200
commit8bc6c1363b9ccf1f4fd6c74516317c062782199a (patch)
treef33cf87064adcec361557c3e68be43450e2a023e /src/plugins
parent8c03f8dee4ff4767d865b92147d08222fd6cac44 (diff)
downloadweechat-8bc6c1363b9ccf1f4fd6c74516317c062782199a.zip
irc: fix help of option irc.color.mirc_remap
Diffstat (limited to 'src/plugins')
-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 b7f0a339a..9c47883aa 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -2365,8 +2365,8 @@ irc_config_init ()
N_("remap mirc colors in messages using a hashtable: keys are \"fg,bg\" "
"as integers between -1 (not specified) and 15, values are WeeChat "
"color names or numbers (format is: \"1,-1:color1;2,7:color2\"), "
- "example: \"1,-1:darkgray;1,2:white,blue\" to remap black on any bg "
- "to \"darkgray\" and black on blue to \"white,blue\"; default "
+ "example: \"1,-1:darkgray;1,2:white,blue\" to remap black to "
+ "\"darkgray\" and black on blue to \"white,blue\"; default "
"WeeChat colors for IRC codes: 0:white, 1:black, 2:blue, 3:green, "
"4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: lightgreen, "
"10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "