diff options
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 ( |