Add string hint for translators.

Tue, 24 Jun 2014 21:01:46 -0700

author
Mark Doliner <mark@kingant.net>
date
Tue, 24 Jun 2014 21:01:46 -0700
changeset 36134
a6b42301c095
parent 36133
b143d7e8e919
child 36135
b46d29bc9b35

Add string hint for translators.

libpurple/protocols/gg/chat.c file | annotate | diff | comparison | revisions
--- 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