libpurple/protocols/gg/chat.c

changeset 36134
a6b42301c095
parent 36124
3dcb9b9b7c11
child 37159
c6b3ecaaf2d4
--- a/libpurple/protocols/gg/chat.c	Tue Jun 24 20:47:35 2014 -0700
+++ b/libpurple/protocols/gg/chat.c	Tue Jun 24 21:01:46 2014 -0700
@@ -586,6 +586,10 @@
 		if (chat->conv)
 			status = _("Joined");
 		else if (chat->left)
+			/* Translators: For Gadu-Gadu, this is one possible status for a
+			   chat room. It means you had previously joined the chat room but
+			   you have since left it. You cannot rejoin without another
+			   invitation. */
 			status = _("Chat left");
 		else {
 			status = _("Can join chat");

mercurial