diff options
Diffstat (limited to 'src/plugins/demo/demo.c')
-rw-r--r-- | src/plugins/demo/demo.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/plugins/demo/demo.c b/src/plugins/demo/demo.c index c55ab8f85..27e2f29c5 100644 --- a/src/plugins/demo/demo.c +++ b/src/plugins/demo/demo.c @@ -68,13 +68,12 @@ demo_printf_command_cb (void *data, struct t_gui_buffer *buffer, int argc, _("%sdemo message with error prefix"), weechat_prefix ("error")); weechat_printf (buffer, - _("colors: %s buffer %s nick1 %s nick2 %s nick3 " - "%s nick4"), + "%s: %s chat_buffer %s chat_server " + "%s chat_host", + _("colors"), weechat_color ("chat_buffer"), - weechat_color ("chat_nick_color1"), - weechat_color ("chat_nick_color2"), - weechat_color ("chat_nick_color3"), - weechat_color ("chat_nick_color4")); + weechat_color ("chat_server"), + weechat_color ("chat_host")); } return WEECHAT_RC_OK; |