summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/python_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-01-15 22:37:40 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-01-15 22:37:40 +0100
commit257d5fe1533affc1e3a6fb8a2ce9b655419d9bbe (patch)
tree17e816ef2c10653105570832fe65f2aebc032ea9 /doc/ja/autogen/user/python_options.adoc
parent8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e (diff)
downloadweechat-257d5fe1533affc1e3a6fb8a2ce9b655419d9bbe.zip
scripts: fix translation of help on option "eval_keep_context"
Diffstat (limited to 'doc/ja/autogen/user/python_options.adoc')
-rw-r--r--doc/ja/autogen/user/python_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/python_options.adoc b/doc/ja/autogen/user/python_options.adoc
index eae365b04..6e24e4a8e 100644
--- a/doc/ja/autogen/user/python_options.adoc
+++ b/doc/ja/autogen/user/python_options.adoc
@@ -9,7 +9,7 @@
** デフォルト値: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
-** 説明: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
+** 説明: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`