pidgin.mxit: 3ec69cd4: fixed strings (removed duplicate 'server...

pieter.loubser at mxit.com pieter.loubser at mxit.com
Mon Nov 16 03:30:36 EST 2009


-----------------------------------------------------------------
Revision: 3ec69cd446689b1b9a80329f58960dae57609b66
Ancestor: 726afd12644ce582c24651cc458da06453c332ad
Author: pieter.loubser at mxit.com
Date: 2009-11-16T08:27:34
Branch: im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/3ec69cd446689b1b9a80329f58960dae57609b66

Modified files:
        libpurple/protocols/mxit/http.c
        libpurple/protocols/mxit/login.c

ChangeLog: 


fixed strings (removed duplicate 'server')


-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/http.c	21535d9f84fdb064f60e0d0765caa9a5fb8eaac8
+++ libpurple/protocols/mxit/http.c	a5cdf0966cc63bb4026418388886e8d6177f7169
@@ -277,7 +277,7 @@ static void mxit_cb_http_connect( gpoint
 	/* source is the file descriptor of the new connection */
 	if ( source < 0 ) {
 		purple_debug_info( MXIT_PLUGIN_ID, "mxit_cb_http_connect failed: %s\n", error_message );
-		purple_connection_error( req->session->con, _( "Unable to connect to the mxit HTTP server. Please check your server server settings." ) );
+		purple_connection_error( req->session->con, _( "Unable to connect to the MXit HTTP server. Please check your server settings." ) );
 		return;
 	}
 
============================================================
--- libpurple/protocols/mxit/login.c	030e9d81a9590939cba1f12c8e60bdac5a630e2b
+++ libpurple/protocols/mxit/login.c	bbe618b89c333a92a6b5a8bb2bbc33d0cd260fe4
@@ -164,7 +164,7 @@ static void mxit_cb_connect( gpointer us
 	/* source is the file descriptor of the new connection */
 	if ( source < 0 ) {
 		purple_debug_info( MXIT_PLUGIN_ID, "mxit_cb_connect failed: %s\n", error_message );
-		purple_connection_error( session->con, _( "Unable to connect to the mxit server. Please check your server server settings." ) );
+		purple_connection_error( session->con, _( "Unable to connect to the MXit server. Please check your server settings." ) );
 		return;
 	}
 
@@ -201,7 +201,7 @@ static void mxit_login_connect( struct M
 		/* socket connection */
 		data = purple_proxy_connect( session->con, session->acc, session->server, session->port, mxit_cb_connect, session );
 		if ( !data ) {
-			purple_connection_error( session->con, _( "Unable to connect to the mxit server. Please check your server server settings." ) );
+			purple_connection_error( session->con, _( "Unable to connect to the MXit server. Please check your server settings." ) );
 			return;
 		}
 	}


More information about the Commits mailing list