diff libpurple/protocols/mxit/multimx.c @ 28994:5f80ab7ac183

Mark a bunch of mxit strings for translation
author Mark Doliner <mark@kingant.net>
date Sun, 22 Nov 2009 19:21:20 +0000
parents 69aa4660401a
children 259bbfb423d4
line wrap: on
line diff
--- a/libpurple/protocols/mxit/multimx.c	Sun Nov 22 18:56:06 2009 +0000
+++ b/libpurple/protocols/mxit/multimx.c	Sun Nov 22 19:21:20 2009 +0000
@@ -408,7 +408,7 @@
 
 	/* Configuration option: Room Name */
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = "_Room Name:";
+	pce->label = _( "_Room Name:" );
 	pce->identifier = "room";
 	pce->required = TRUE;
 	m = g_list_append(m, pce);