1
0
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:
Sébastien Helleu
2014-04-12 08:32:31 +02:00
parent a62a75c873
commit 0866bc7e6d
19 changed files with 58 additions and 47 deletions
+1 -1
View File
@@ -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,