comparison libpurple/protocols/mxit/mxit.c @ 28625:363691903201

A few other minor little translation-related fixes
author Mark Doliner <mark@kingant.net>
date Sun, 22 Nov 2009 23:47:35 +0000
parents b6374abb0510
children 588fb0db1cd8
comparison
equal deleted inserted replaced
28624:730ed9c1c780 28625:363691903201
203 switch ( contact->type ) { 203 switch ( contact->type ) {
204 case MXIT_TYPE_BOT : 204 case MXIT_TYPE_BOT :
205 case MXIT_TYPE_CHATROOM : 205 case MXIT_TYPE_CHATROOM :
206 case MXIT_TYPE_GALLERY : 206 case MXIT_TYPE_GALLERY :
207 case MXIT_TYPE_INFO : 207 case MXIT_TYPE_INFO :
208 tmp = g_strdup_printf("<font color=\"#999999\">%s</font>\n", _("Loading menu...")); 208 tmp = g_strdup_printf("<font color=\"#999999\">%s</font>\n", _( "Loading menu..." ));
209 serv_got_im( session->con, who, tmp, PURPLE_MESSAGE_NOTIFY, time( NULL ) ); 209 serv_got_im( session->con, who, tmp, PURPLE_MESSAGE_NOTIFY, time( NULL ) );
210 g_free(tmp); 210 g_free(tmp);
211 mxit_send_message( session, who, " ", FALSE ); 211 mxit_send_message( session, who, " ", FALSE );
212 default : 212 default :
213 break; 213 break;