summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-02-08 21:49:08 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-02-08 21:59:14 +0100
commit7fde75797c15f3816e18eebc0fba9070c2a4a155 (patch)
tree81a9a96c04a37c1a48629ab20238177f5e38eaec /doc/en
parent40e8e928cd5dc9bcd3f0370172f2b50389df84b6 (diff)
downloadweechat-7fde75797c15f3816e18eebc0fba9070c2a4a155.zip
doc: remove reference to obsolete script shell.py in FAQ
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_faq.en.adoc10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc
index f70a39eee..a39f5c33b 100644
--- a/doc/en/weechat_faq.en.adoc
+++ b/doc/en/weechat_faq.en.adoc
@@ -374,21 +374,13 @@ Other solution is to use a script:
[[change_locale_without_quit]]
=== I want to change the language used by WeeChat for messages, but without exiting WeeChat, is it possible?
-Yes, with WeeChat ≥ 1.0:
+Sure it is possible:
----
/set env LANG en_US.UTF-8
/upgrade
----
-With older WeeChat:
-
-----
-/script install shell.py
-/shell setenv LANG=en_US.UTF-8
-/upgrade
-----
-
[[timezone]]
=== How can I change the timezone?