/pidgin/main: a6b42301c095: Add string hint for translators.

Mark Doliner mark at kingant.net
Wed Jun 25 00:02:47 EDT 2014


Changeset: a6b42301c095d95c3f68ea115d7cd8480bc8eac3
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2014-06-24 21:01 -0700
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/a6b42301c095

Description:

Add string hint for translators.

diffstat:

 libpurple/protocols/gg/chat.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff --git a/libpurple/protocols/gg/chat.c b/libpurple/protocols/gg/chat.c
--- a/libpurple/protocols/gg/chat.c
+++ b/libpurple/protocols/gg/chat.c
@@ -586,6 +586,10 @@ PurpleRoomlist * ggp_chat_roomlist_get_l
 		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");



More information about the Commits mailing list