mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
This commit is contained in:
@@ -6416,7 +6416,7 @@ irc_command_init ()
|
||||
N_("[-server <server>] <target>[,<target>...] <type> [<arguments>]"),
|
||||
N_(" server: send to this server (internal name)\n"
|
||||
" target: nick or channel ('*' = current channel)\n"
|
||||
" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
|
||||
" type: CTCP type (examples: \"version\", \"ping\", etc.)\n"
|
||||
"arguments: arguments for CTCP\n"
|
||||
"\n"
|
||||
"Examples:\n"
|
||||
|
||||
@@ -3198,7 +3198,7 @@ irc_config_init ()
|
||||
irc_config_file, ptr_section,
|
||||
"autoreconnect_delay_growing", "integer",
|
||||
N_("growing factor for autoreconnect delay to server (1 = always same "
|
||||
"delay, 2 = delay*2 for each retry, ..)"),
|
||||
"delay, 2 = delay*2 for each retry, etc.)"),
|
||||
NULL, 1, 100, "2", NULL, 0,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
irc_config_network_autoreconnect_delay_max = weechat_config_new_option (
|
||||
|
||||
Reference in New Issue
Block a user