--- 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");