diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-29 10:00:29 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-29 10:00:57 +0100 |
commit | 996d1def22e15702b657b3bd46b4e663cb9283df (patch) | |
tree | c93a8c5d109443bcea0792d964f331a4039f8187 /src/plugins | |
parent | de82d50768e8c3c1ea9b8961fa9e3c92a5a833db (diff) | |
download | weechat-996d1def22e15702b657b3bd46b4e663cb9283df.zip |
core: update translations (issue #1039)
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-config.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 8e1e81dca..092856382 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2517,13 +2517,15 @@ irc_config_server_new_option (struct t_config_file *config_file, config_file, section, option_name, "integer", N_("delay in milliseconds between two messages sent to server " - "(anti-flood); 0 = disable anti-flood and always send " - "all messages immediately (not recommended as you can be " - "quickly killed by the server); " + "(anti-flood protection); 0 = disable protection and always " + "send messages immediately (not recommended because the " + "server can close the connection if you send several " + "messages in a short time); " "internally there are queues with different priorities: " "when connecting to the server all messages are sent " "immediately and your messages have higher priority than " - "some automatic messages that are sent in background"), + "some automatic messages that are sent in background by " + "WeeChat"), NULL, 0, 60000, default_value, value, null_value_allowed, |