mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
core: update translations
This commit is contained in:
@@ -6325,8 +6325,8 @@ command_init ()
|
||||
"buffers)\n"
|
||||
" unmerge: unmerge buffer from other buffers which have "
|
||||
"same number\n"
|
||||
"renumber: renumber a range of buffers (works only if "
|
||||
"option weechat.look.buffer_auto_renumber is off)\n"
|
||||
"renumber: renumber buffers (works only if option "
|
||||
"weechat.look.buffer_auto_renumber is off)\n"
|
||||
" close: close buffer (number/range or name is optional)\n"
|
||||
" notify: set notify level for current buffer: this "
|
||||
"level determines whether buffer will be added to "
|
||||
|
||||
@@ -1996,7 +1996,7 @@ config_weechat_init_options ()
|
||||
"buffer_auto_renumber", "boolean",
|
||||
N_("automatically renumber buffers to have only consecutive numbers "
|
||||
"and start with number 1; if disabled, gaps between buffer numbers "
|
||||
"are allowed and the first buffer can have a number > 1"),
|
||||
"are allowed and the first buffer can have a number greater than 1"),
|
||||
NULL, 0, 0, "on", NULL, 0, NULL, NULL,
|
||||
&config_change_buffer_auto_renumber, NULL, NULL, NULL);
|
||||
config_look_buffer_notify_default = config_file_new_option (
|
||||
|
||||
Reference in New Issue
Block a user