/pidgin/main: b6e40b0435e1: Add commas to the list of debug options
Richard Laager <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: b6e40b0435e1d5f10c395258b3ee319016cda496 Author: Richard Laager <[email protected]> Date: 2015-06-02 18:37 -0500 Branch: release-2.x.y URL: https://hg.pidgin.im/pidgin/main/rev/b6e40b0435e1 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 @@ -353,7 +353,7 @@ debug_command_cb(PurpleConversation *con 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; }