summaryrefslogtreecommitdiff
path: root/src/plugins/charset/charset.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-12 17:32:33 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-12 17:32:33 +0200
commit51d18c92e54b58c2a612ef765f7802226e62ba42 (patch)
treec1074383229134c6281fb4c3700b79e6e0007cce /src/plugins/charset/charset.c
parentc5583b064a61a8d295dc5e8a52fb90557fb5c643 (diff)
downloadweechat-51d18c92e54b58c2a612ef765f7802226e62ba42.zip
charset: fix /help charset.default.decode
The charset is used only when the message is not UTF-8 valid.
Diffstat (limited to 'src/plugins/charset/charset.c')
-rw-r--r--src/plugins/charset/charset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/charset/charset.c b/src/plugins/charset/charset.c
index f9bd8d71d..b16252c1f 100644
--- a/src/plugins/charset/charset.c
+++ b/src/plugins/charset/charset.c
@@ -213,8 +213,7 @@ charset_config_init ()
charset_config_file, ptr_section,
"decode", "string",
N_("global decoding charset: charset used to decode incoming messages "
- "(if decoding fails, fallback is UTF-8 because it is the WeeChat "
- "internal charset)"),
+ "when they are not UTF-8 valid"),
NULL, 0, 0,
(charset_terminal && charset_internal
&& (weechat_strcasecmp (charset_terminal,