summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/en/weechat_plugin_api.en.txt2
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt3
-rw-r--r--doc/it/weechat_plugin_api.it.txt2
-rw-r--r--doc/ja/weechat_plugin_api.ja.txt2
4 files changed, 4 insertions, 5 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index f94e9a4ff..6e2466985 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -7916,7 +7916,7 @@ List of signals sent by WeeChat and plugins:
| weechat | signal_sigwinch +
_(WeeChat ≥ 0.4.3)_ |
- |
- Signal SIGWINCH received (terminal was resized, WeeChat will refresh screen)
+ Signal SIGWINCH received (terminal was resized)
| weechat | upgrade |
String: "quit" if "-quit" argument was given for /upgrade, otherwise NULL |
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 03a20b258..9a0318ea7 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -8037,8 +8037,7 @@ Liste des signaux envoyés par WeeChat et les extensions :
| weechat | signal_sigwinch +
_(WeeChat ≥ 0.4.3)_ |
- |
- Signal SIGWINCH reçu (le terminal a été redimensionné, WeeChat va rafraîchir
- l'écran)
+ Signal SIGWINCH reçu (le terminal a été redimensionné)
| weechat | upgrade |
Chaîne : "quit" si le paramètre "-quit" a été donné pour /upgrade, sinon NULL |
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index 5128010f5..c746a682a 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -8083,7 +8083,7 @@ List of signals sent by WeeChat and plugins:
| weechat | signal_sigwinch +
_(WeeChat ≥ 0.4.3)_ |
- |
- Signal SIGWINCH received (terminal was resized, WeeChat will refresh screen)
+ Signal SIGWINCH received (terminal was resized)
// TRANSLATION MISSING
| weechat | upgrade |
diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt
index 6366d8614..387161722 100644
--- a/doc/ja/weechat_plugin_api.ja.txt
+++ b/doc/ja/weechat_plugin_api.ja.txt
@@ -7914,7 +7914,7 @@ WeeChat とプラグインが送信するシグナルのリスト:
| weechat | signal_sigwinch +
_(WeeChat ≥ 0.4.3)_ |
- |
- Signal SIGWINCH received (terminal was resized, WeeChat will refresh screen)
+ Signal SIGWINCH received (terminal was resized)
| weechat | upgrade |
String: /upgrade に "-quit" 引数が与えられた場合は "quit"、それ以外は NULL |