diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 21:49:21 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 21:49:21 +0200 |
commit | 52d72a3934ddda3ed699325f37ab900df9f6b115 (patch) | |
tree | 0cb312339ec8b7cb8d27e71248798de410baa33f /doc/ja | |
parent | da695533d49c4f7f4fa4ad8f7ac365e416efc049 (diff) | |
download | weechat-52d72a3934ddda3ed699325f37ab900df9f6b115.zip |
core: fix typo in /help weechat.history.max_buffer_lines_number
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index dc0476796..0474198c7 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -364,12 +364,12 @@ ** 値: 0 .. 2147483647 (デフォルト値: `5`) * [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes* -** 説明: `maximum number of minutes in history per buffer (0 = unlimited); examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year); use 0 ONLY if option weechat.history.max_buffer_lines_number is NOT set to 0` +** 説明: `maximum number of minutes in history per buffer (0 = unlimited); examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year; use 0 ONLY if option weechat.history.max_buffer_lines_number is NOT set to 0` ** タイプ: 整数 ** 値: 0 .. 2147483647 (デフォルト値: `0`) * [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number* -** 説明: `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)` +** 説明: `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` ** タイプ: 整数 ** 値: 0 .. 2147483647 (デフォルト値: `4096`) |