/pidgin/main: d08f759706cd: Add commas to the list of debug options
Richard Laager <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: d08f759706cd96807f60d599175a6703c2ccf385 Author: Richard Laager <[email protected]> Date: 2015-06-02 18:37 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/d08f759706cd Description: Add commas to the list of debug options This was suggested by kingu on Transifex. diffstat: pidgin/gtkconv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c --- a/pidgin/gtkconv.c +++ b/pidgin/gtkconv.c @@ -422,7 +422,7 @@ debug_command_cb(PurpleConversation *con return PURPLE_CMD_RET_OK; } else { purple_conversation_write_system_message(conv, - _("Supported debug options are: plugins version unsafe verbose"), + _("Supported debug options are: plugins, version, unsafe, verbose"), PURPLE_MESSAGE_NO_LOG); return PURPLE_CMD_RET_OK; }