diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-31 21:24:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-31 21:24:36 +0200 |
commit | 8897e04c0d9e0c66029b401ef38dc4db95b477eb (patch) | |
tree | b2b649e69b1750a6ed2362b4bfe20ff1b4c66e77 /doc/ja | |
parent | 4744c3fa4124388da9e07d1378e501c461a5e83e (diff) | |
download | weechat-8897e04c0d9e0c66029b401ef38dc4db95b477eb.zip |
core: fix help on python to build with Python 2 (issue #1382)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 059f79c68..61cfbde89 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -258,8 +258,7 @@ CMake に対するオプションを指定するには、以下の書式を使 // TRANSLATION MISSING | ENABLE_PYTHON2 | `ON`, `OFF` | OFF | - Compile <<scripts_plugins,Python plugin>> using Python 2 first, then fallback - on Python 3 if not found. + Compile <<scripts_plugins,Python plugin>> using Python 2 instead of Python 3. | ENABLE_RELAY | `ON`, `OFF` | ON | <<relay_plugin,リレープラグイン>>のコンパイル。 |