mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
xfer: fix help of option xfer.file.convert_spaces
This commit is contained in:
@@ -307,7 +307,7 @@ xfer_config_init ()
|
||||
xfer_config_file_convert_spaces = weechat_config_new_option (
|
||||
xfer_config_file, ptr_section,
|
||||
"convert_spaces", "boolean",
|
||||
N_("convert spaces to underscores when sending files"),
|
||||
N_("convert spaces to underscores when sending and receiving files"),
|
||||
NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
xfer_config_file_download_path = weechat_config_new_option (
|
||||
xfer_config_file, ptr_section,
|
||||
|
||||
Reference in New Issue
Block a user