diff libpurple/protocols/jabber/message.c @ 16890:7c28e457563f

New string
author Sean Egan <seanegan@gmail.com>
date Fri, 04 May 2007 21:39:22 +0000
parents 1ac4039a2634
children 56042b2f8b64
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.c	Fri May 04 15:53:24 2007 +0000
+++ b/libpurple/protocols/jabber/message.c	Fri May 04 21:39:22 2007 +0000
@@ -86,7 +86,6 @@
 			PurpleConversation *conv = purple_find_conversation_with_account(PURPLE_CONV_TYPE_IM,
 					from, jm->js->gc->account);
 			if (conv && jid->node && jid->domain) {
-#if 0  /* String freeze... make sure to mark the message for translation */
 				char buf[256];
 				PurpleBuddy *buddy;
 
@@ -100,7 +99,7 @@
 					escaped = g_markup_escape_text(who, -1);
 
 					g_snprintf(buf, sizeof(buf),
-					           "%s has left the conversation.", escaped);
+					           _("%s has left the conversation."), escaped);
 
 					/* At some point when we restructure PurpleConversation,
 					 * this should be able to be implemented by removing the
@@ -108,7 +107,6 @@
 					purple_conversation_write(conv, "", buf,
 					                        PURPLE_MESSAGE_SYSTEM, time(NULL));
 				}
-#endif
 			}
 			serv_got_typing_stopped(jm->js->gc, from);