diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index e2aae65b0..33a222f9c 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -1306,11 +1306,11 @@ command_help (void *data, struct t_gui_buffer *buffer, { gui_chat_printf (NULL, ""); gui_chat_printf (NULL, - "[%s%s] %s/%s %s%s", - (ptr_hook->plugin) ? - _("plugin:") : "weechat", - (ptr_hook->plugin) ? - ptr_hook->plugin->name : "", + "%s[%s%s%s] %s/%s %s%s", + GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), + GUI_COLOR(GUI_COLOR_CHAT), + plugin_get_name (ptr_hook->plugin), + GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), GUI_COLOR(GUI_COLOR_CHAT_BUFFER), HOOK_COMMAND(ptr_hook, command), GUI_COLOR(GUI_COLOR_CHAT), |