summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-10-20 21:49:21 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-10-20 21:49:21 +0200
commit52d72a3934ddda3ed699325f37ab900df9f6b115 (patch)
tree0cb312339ec8b7cb8d27e71248798de410baa33f /src
parentda695533d49c4f7f4fa4ad8f7ac365e416efc049 (diff)
downloadweechat-52d72a3934ddda3ed699325f37ab900df9f6b115.zip
core: fix typo in /help weechat.history.max_buffer_lines_number
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index 779e7599d..f50be2040 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -3063,7 +3063,7 @@ config_weechat_init_options ()
"max_buffer_lines_number", "integer",
N_("maximum number of lines in history per buffer "
"(0 = unlimited); use 0 ONLY if option "
- "weechat.history.max_buffer_lines_minutes is NOT set to 0)"),
+ "weechat.history.max_buffer_lines_minutes is NOT set to 0"),
NULL, 0, INT_MAX, "4096", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_history_max_commands = config_file_new_option (
weechat_config_file, ptr_section,