# HG changeset patch # User Mark Doliner # Date 1403668906 25200 # Node ID a6b42301c095d95c3f68ea115d7cd8480bc8eac3 # Parent b143d7e8e919130026fc9c29453e78f91edf90d8 Add string hint for translators. diff -r b143d7e8e919 -r a6b42301c095 libpurple/protocols/gg/chat.c --- 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");