diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-03 08:28:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-03 08:28:05 +0200 |
commit | 0572d0c4f50e278dae26a7b8a751ed77be981363 (patch) | |
tree | e866d2acdd196fee90425757df7084ee94723222 /doc/ja/autogen/user | |
parent | f4b96dfa0f30167a825bb6fa5905a94bb0bf26d4 (diff) | |
download | weechat-0572d0c4f50e278dae26a7b8a751ed77be981363.zip |
core: evaluate content of option "weechat.look.item_time_format" (issue #791)
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_options.adoc b/doc/ja/autogen/user/weechat_options.adoc index cbf780375..db1afd093 100644 --- a/doc/ja/autogen/user/weechat_options.adoc +++ b/doc/ja/autogen/user/weechat_options.adoc @@ -703,7 +703,7 @@ ** 値: 未制約文字列 (デフォルト値: `+"M"+`) * [[option_weechat.look.item_time_format]] *weechat.look.item_time_format* -** 説明: pass:none["time" バー要素の時間書式 (日付/時間指定子は strftime の man を参照)] +** 説明: pass:none[time format for "time" bar item (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)] ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `+"%H:%M"+`) |