1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

Fixed minor bugs with help on options

This commit is contained in:
Sebastien Helleu
2008-04-12 09:44:14 +02:00
parent cd1e12250d
commit 60d239c8f7
9 changed files with 48 additions and 43 deletions
+1 -1
View File
@@ -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: