mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
Fixed minor bugs with help on options
This commit is contained in:
@@ -908,7 +908,7 @@ command_help (void *data, struct t_gui_buffer *buffer,
|
||||
GUI_COLOR(GUI_COLOR_CHAT_CHANNEL),
|
||||
argv[1],
|
||||
GUI_COLOR(GUI_COLOR_CHAT),
|
||||
ptr_option->description);
|
||||
_(ptr_option->description));
|
||||
switch (ptr_option->type)
|
||||
{
|
||||
case CONFIG_OPTION_TYPE_BOOLEAN:
|
||||
|
||||
@@ -781,13 +781,13 @@ config_weechat_init ()
|
||||
weechat_config_file, ptr_section,
|
||||
"nicklist_min_size", "integer",
|
||||
N_("min size for nicklist (width or height, depending on "
|
||||
"look_nicklist_position (0 = no min size))"),
|
||||
"nicklist_position (0 = no min size))"),
|
||||
NULL, 0, 100, "0", NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
config_look_nicklist_max_size = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"nicklist_max_size", "integer",
|
||||
N_("max size for nicklist (width or height, depending on "
|
||||
"look_nicklist_position (0 = no max size; if min = max "
|
||||
"nicklist_position (0 = no max size; if min = max "
|
||||
"and > 0, then size is fixed))"),
|
||||
NULL, 0, 100, "0", NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
config_look_nicklist_separator = config_file_new_option (
|
||||
|
||||
Reference in New Issue
Block a user