pidgin/gtkconv.c

changeset 37184
d08f759706cd
parent 37158
96b5ab42da00
child 37193
ab3750dcd85e
equal deleted inserted replaced
37182:2706e3f48315 37184:d08f759706cd
420 } 420 }
421 421
422 return PURPLE_CMD_RET_OK; 422 return PURPLE_CMD_RET_OK;
423 } else { 423 } else {
424 purple_conversation_write_system_message(conv, 424 purple_conversation_write_system_message(conv,
425 _("Supported debug options are: plugins version unsafe verbose"), 425 _("Supported debug options are: plugins, version, unsafe, verbose"),
426 PURPLE_MESSAGE_NO_LOG); 426 PURPLE_MESSAGE_NO_LOG);
427 return PURPLE_CMD_RET_OK; 427 return PURPLE_CMD_RET_OK;
428 } 428 }
429 429
430 markup = g_markup_escape_text(tmp, -1); 430 markup = g_markup_escape_text(tmp, -1);

mercurial