summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2015-06-02 18:37:07 -0500
committerRichard Laager <rlaager@pidgin.im>2015-06-02 18:37:07 -0500
commit0e6f5e7002f8a0f5821b3fe7d197becacfaae9c8 (patch)
tree380f9dbe4b4ef671bb6ff0689983e5597e4cb5a7
parent96e2668bcf76945ab896a404fe95f936cd806b3a (diff)
downloadpidgin-0e6f5e7002f8a0f5821b3fe7d197becacfaae9c8.tar.gz
Add commas to the list of debug options
This was suggested by kingu on Transifex.
-rw-r--r--pidgin/gtkconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c
index 672e949c3c..5a9f9ddf4c 100644
--- a/pidgin/gtkconv.c
+++ b/pidgin/gtkconv.c
@@ -353,7 +353,7 @@ debug_command_cb(PurpleConversation *conv,
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;
}