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

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


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



More information about the Commits mailing list