summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-04-07 18:47:41 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-04-07 18:47:41 +0200
commit902c0903d3fb069d27896c6e377b265f81ea0002 (patch)
tree65f6dfcbb8834649bb1c8dcbe89164e366e098d6 /doc/it
parent7682a1ae44f035446180674ea1dbb3c5b0e7cd8a (diff)
downloadweechat-902c0903d3fb069d27896c6e377b265f81ea0002.zip
core: convert options weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/user/weechat_options.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt
index 2566dcb2c..987996a04 100644
--- a/doc/it/autogen/user/weechat_options.txt
+++ b/doc/it/autogen/user/weechat_options.txt
@@ -614,9 +614,9 @@
** valori: 0 .. 128 (valore predefinito: `0`)
* [[option_weechat.look.prefix_align_more]] *weechat.look.prefix_align_more*
-** descrizione: `mostra '+' se il prefisso è troncato`
-** tipo: bool
-** valori: on, off (valore predefinito: `on`)
+** descrizione: `char to display if prefix is truncated (must be exactly one char on screen)`
+** tipo: stringa
+** valori: qualsiasi stringa (valore predefinito: `"+"`)
* [[option_weechat.look.prefix_buffer_align]] *weechat.look.prefix_buffer_align*
** descrizione: `prefisso di allineamento per il nome del buffer, quando più buffer vengono uniti con lo stesso numero (none (nessuno), left(sinistra), right(destra - predefinito)`
@@ -629,9 +629,9 @@
** valori: 0 .. 128 (valore predefinito: `0`)
* [[option_weechat.look.prefix_buffer_align_more]] *weechat.look.prefix_buffer_align_more*
-** descrizione: `visualizza '+' se il nome del buffer è troncato (quando più buffer sono uniti con lo stesso numero)`
-** tipo: bool
-** valori: on, off (valore predefinito: `on`)
+** descrizione: `char to display if buffer name is truncated (when many buffers are merged with same number) (must be exactly one char on screen)`
+** tipo: stringa
+** valori: qualsiasi stringa (valore predefinito: `"+"`)
* [[option_weechat.look.prefix_error]] *weechat.look.prefix_error*
** descrizione: `prefisso per i messaggi di errore`