diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 13:56:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 13:56:49 +0200 |
commit | 11b4186f54930b40a0c7a9bb7b602cca2cab2430 (patch) | |
tree | 2948a9c53d76b09fb236ef7ce087340da32e3775 /src | |
parent | 4306613536a1ff0bf006c800925cee12cef0a8b9 (diff) | |
download | weechat-11b4186f54930b40a0c7a9bb7b602cca2cab2430.zip |
core: update translations (issue #1171)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/xfer/xfer-config.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/xfer/xfer-config.c b/src/plugins/xfer/xfer-config.c index 834f0b65f..e4f8e00d9 100644 --- a/src/plugins/xfer/xfer-config.c +++ b/src/plugins/xfer/xfer-config.c @@ -288,10 +288,10 @@ xfer_config_init () xfer_config_file, ptr_section, "send_ack", "boolean", N_("send acks when receiving files; if disabled, the transfer may " - "freeze if the sender is waiting for acks (for example a weechat " - "sender with option xfer.network.fast_send set to off); on the " - "other hand, disabling send of acks may prevent a freeze if the " - "acks are not sent immediately to the sender"), + "freeze if the sender is waiting for acks (for example a WeeChat " + "sending a file with option xfer.network.fast_send set to off); " + "on the other hand, disabling send of acks may prevent a freeze if " + "the acks are not sent immediately to the sender"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); xfer_config_network_speed_limit = weechat_config_new_option ( |