1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +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 @@
** Standardwert: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** Beschreibung: 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]
** Beschreibung: 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]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`