diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-03 10:27:14 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-03 10:27:14 +0200 |
commit | 9c36b7c693aeddcd8ff57476bf184e0e3253898a (patch) | |
tree | eee77fe75ae6d538130a2fdcd4d177cef5311459 /doc/ja | |
parent | 14c958a0e638b4321b9a6da1c4ff040469edd7a5 (diff) | |
download | weechat-9c36b7c693aeddcd8ff57476bf184e0e3253898a.zip |
core: rename options weechat.look.day_change_message(2) to weechat.look.day_change_message_{1date|2dates}
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 d90944bc8..33011990c 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -483,12 +483,12 @@ ** タイプ: ブール ** 値: on, off (デフォルト値: `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* ** 説明: `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)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"-- %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* ** 説明: `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)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"`) |