/pidgin/main: d08f759706cd: Add commas to the list of debug options

Richard Laager rlaager at pidgin.im
Tue Jun 2 19:37:43 EDT 2015


Changeset: d08f759706cd96807f60d599175a6703c2ccf385
Author:	 Richard Laager <rlaager at pidgin.im>
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;
 	}



More information about the Commits mailing list