diff -r cf498d4b54bb -r b6e40b0435e1 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sat May 09 14:54:05 2015 +0200 +++ b/pidgin/gtkconv.c Tue Jun 02 18:37:07 2015 -0500 @@ -353,7 +353,7 @@ tmp = g_string_free(str, FALSE); } else { - purple_conversation_write(conv, NULL, _("Supported debug options are: plugins version"), + purple_conversation_write(conv, NULL, _("Supported debug options are: plugins, version"), PURPLE_MESSAGE_NO_LOG|PURPLE_MESSAGE_ERROR, time(NULL)); return PURPLE_CMD_RET_OK; }