diff libpurple/protocols/mxit/http.c @ 28919:95f8e7fb1f67

fixed strings (removed duplicate 'server')
author pieter.loubser@mxit.com
date Mon, 16 Nov 2009 08:27:34 +0000
parents 69aa4660401a
children 259bbfb423d4
line wrap: on
line diff
--- a/libpurple/protocols/mxit/http.c	Sun Nov 15 01:38:15 2009 +0000
+++ b/libpurple/protocols/mxit/http.c	Mon Nov 16 08:27:34 2009 +0000
@@ -277,7 +277,7 @@
 	/* 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;
 	}