summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/weechat_options.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-11-05 12:53:29 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-11-05 12:53:29 +0100
commitf211a839f6e55769288ee82051b00618dc719e99 (patch)
tree5bc431684759a14155f53df225dcf76b16e8ad33 /doc/it/autogen/user/weechat_options.txt
parent8e5288ba27db92f4aa21a8ade5af57fd1d9dbe7f (diff)
downloadweechat-f211a839f6e55769288ee82051b00618dc719e99.zip
core: rename options weechat.history.{max_lines|max_minutes} to weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
Diffstat (limited to 'doc/it/autogen/user/weechat_options.txt')
-rw-r--r--doc/it/autogen/user/weechat_options.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt
index ac27669a2..d20dab998 100644
--- a/doc/it/autogen/user/weechat_options.txt
+++ b/doc/it/autogen/user/weechat_options.txt
@@ -318,20 +318,20 @@
** tipo: intero
** valori: 0 .. 2147483647 (valore predefinito: `5`)
-* *weechat.history.max_commands*
-** descrizione: `numero massimo di comandi utente nella cronologia (0 = nessun limite)`
+* *weechat.history.max_buffer_lines_minutes*
+** descrizione: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)`
** tipo: intero
-** valori: 0 .. 2147483647 (valore predefinito: `100`)
+** valori: 0 .. 2147483647 (valore predefinito: `0`)
-* *weechat.history.max_lines*
+* *weechat.history.max_buffer_lines_number*
** descrizione: `numero massimo di righe nella cronologia per buffer (0 = nessun limite)`
** tipo: intero
** valori: 0 .. 2147483647 (valore predefinito: `4096`)
-* *weechat.history.max_minutes*
-** descrizione: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)`
+* *weechat.history.max_commands*
+** descrizione: `numero massimo di comandi utente nella cronologia (0 = nessun limite)`
** tipo: intero
-** valori: 0 .. 2147483647 (valore predefinito: `0`)
+** valori: 0 .. 2147483647 (valore predefinito: `100`)
* *weechat.history.max_visited_buffers*
** descrizione: `numero massimo di buffer visitati da memorizzare`