diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-27 13:25:36 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-27 13:25:36 +0000 |
commit | 90e4e34f8c039df57fc5b3196d9ac21783f1b5f6 (patch) | |
tree | 1e2a4266cb7737256934aad36955648d1ff76630 /src/common | |
parent | 12026ef17e2071f8b65800384e1889ed846da2d3 (diff) | |
download | weechat-90e4e34f8c039df57fc5b3196d9ac21783f1b5f6.zip |
Added spanish translation
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/weeconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 82b636ab0..3781242fb 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -299,7 +299,7 @@ t_config_option weechat_options_colors[] = N_("color for window with new data (not messages) (status bar)"), OPTION_TYPE_COLOR, 0, 0, 0, "default", NULL, &cfg_col_status_data_other, NULL, &config_change_color }, - { "col_status_more", N_("color for \"*MORE*\" text"), + { "col_status_more", N_("color for \"-MORE-\" text"), N_("color for window with new data (status bar)"), OPTION_TYPE_COLOR, 0, 0, 0, "white", NULL, &cfg_col_status_more, NULL, &config_change_color }, @@ -552,7 +552,7 @@ t_config_option weechat_options_dcc[] = OPTION_TYPE_INT, 1, INT_MAX, 300, NULL, NULL, &cfg_dcc_timeout, NULL, config_change_noop }, { "dcc_blocksize", N_("block size for dcc packets"), - N_("block size for dcc packets in bytes (default: 1024)"), + N_("block size for dcc packets in bytes (default: 65536)"), OPTION_TYPE_INT, 1024, 102400, 65536, NULL, NULL, &cfg_dcc_blocksize, NULL, config_change_noop }, { "dcc_download_path", N_("path for incoming files with dcc"), |