1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

scripts: fix translation of help on option "eval_keep_context"

This commit is contained in:
Sébastien Helleu
2018-01-15 22:37:40 +01:00
parent 8fbbe8b0d5
commit 257d5fe153
62 changed files with 176 additions and 72 deletions
+1 -1
View File
@@ -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+`