pidgin/pidgin

Add string hint for translators.

2014-06-24, Mark Doliner
a6b42301c095
Parents b143d7e8e919
Children b46d29bc9b35
Add string hint for translators.
--- 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");