1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

charset: fix typo

This commit is contained in:
Sebastien Helleu
2012-07-14 23:01:50 +02:00
parent d247d773db
commit 7033c1bda5
12 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ charset_is_allowed (const char *charset)
|| weechat_strcasestr (charset, "utf8"))
{
weechat_printf (NULL,
_("%s%s: UTF-8 is now allowed in charset options (it "
_("%s%s: UTF-8 is not allowed in charset options (it "
"is internal and default charset: default encode "
"is UTF-8 and decode of UTF-8 is OK even if you "
"specify another charset to decode)"),