summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-04-13 16:13:57 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-04-13 16:13:57 +0000
commit0b523df4189bc89a9a46abfd9893e68bfd4f2695 (patch)
tree8c78f77e98637697896d649b5eb314f6ef88bd7e /src
parentb81b747b96cebd16607460c7dd68c96bef07a3e5 (diff)
downloadweechat-0b523df4189bc89a9a46abfd9893e68bfd4f2695.zip
Fixed typos in doc
Diffstat (limited to 'src')
-rw-r--r--src/common/weeconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c
index 36b8cdd03..82be792ca 100644
--- a/src/common/weeconfig.c
+++ b/src/common/weeconfig.c
@@ -128,12 +128,12 @@ t_config_option weechat_options_look[] =
"the geekest IRC client!", NULL, NULL, &cfg_look_weechat_slogan, config_change_noop },
{ "look_charset_decode_iso", N_("ISO charset for decoding messages from server (used only if locale is UTF-8)"),
N_("ISO charset for decoding messages from server (used only if locale is UTF-8) "
- "(if empty, messages are not converted if locale is UTF-8"),
+ "(if empty, messages are not converted if locale is UTF-8)"),
OPTION_TYPE_STRING, 0, 0, 0,
"ISO-8859-1", NULL, NULL, &cfg_look_charset_decode_iso, config_change_charset },
{ "look_charset_decode_utf", N_("UTF charset for decoding messages from server (used only if locale is not UTF-8)"),
N_("UTF charset for decoding messages from server (used only if locale is not UTF-8) "
- "(if empty, messages are not converted if locale is not UTF-8"),
+ "(if empty, messages are not converted if locale is not UTF-8)"),
OPTION_TYPE_STRING, 0, 0, 0,
"UTF-8", NULL, NULL, &cfg_look_charset_decode_utf, config_change_charset },
{ "look_charset_encode", N_("charset for encoding messages sent to server"),