summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-09-03 10:27:14 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-09-03 10:27:14 +0200
commit9c36b7c693aeddcd8ff57476bf184e0e3253898a (patch)
treeeee77fe75ae6d538130a2fdcd4d177cef5311459 /doc/it/autogen
parent14c958a0e638b4321b9a6da1c4ff040469edd7a5 (diff)
downloadweechat-9c36b7c693aeddcd8ff57476bf184e0e3253898a.zip
core: rename options weechat.look.day_change_message(2) to weechat.look.day_change_message_{1date|2dates}
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/user/weechat_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt
index d52cb23b8..f39c015ae 100644
--- a/doc/it/autogen/user/weechat_options.txt
+++ b/doc/it/autogen/user/weechat_options.txt
@@ -483,12 +483,12 @@
** tipo: bool
** valori: on, off (valore predefinito: `on`)
-* [[option_weechat.look.day_change_message]] *weechat.look.day_change_message*
+* [[option_weechat.look.day_change_message_1date]] *weechat.look.day_change_message_1date*
** descrizione: `message displayed when the day has changed, with one date displayed (for example at beginning of buffer) (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"-- %a, %d %b %Y --"`)
-* [[option_weechat.look.day_change_message2]] *weechat.look.day_change_message2*
+* [[option_weechat.look.day_change_message_2dates]] *weechat.look.day_change_message_2dates*
** descrizione: `message displayed when the day has changed, with two dates displayed (between two messages); the second date specifiers must start with two "%" because strftime is called two times on this string (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"`)