diff options
Diffstat (limited to 'src/plugins/irc/irc-config.c')
-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 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, " |