pidgin: af2a2fd8: Change a string to be more user friendly...

markdoliner at pidgin.im markdoliner at pidgin.im
Tue Sep 16 19:40:47 EDT 2008


-----------------------------------------------------------------
Revision: af2a2fd842aa6e0777b03e5ce97d197c200197af
Ancestor: 6777af8d19928ef4b96c166536ee8f890a6e4683
Author: markdoliner at pidgin.im
Date: 2008-09-16T23:30:47
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/af2a2fd842aa6e0777b03e5ce97d197c200197af

Modified files:
        libpurple/dnsquery.c

ChangeLog: 

Change a string to be more user friendly (people shouldn't have any idea
what EOF means)

-------------- next part --------------
============================================================
--- libpurple/dnsquery.c	a6f2b08630650c4d151cf21052823cb39715ecae
+++ libpurple/dnsquery.c	a704b02b55c3dd2b1c5d27908d765f627fa62407
@@ -596,7 +596,7 @@ host_resolved(gpointer data, gint source
 		purple_dnsquery_failed(query_data, message);
 
 	} else if (rc == 0) {
-		g_snprintf(message, sizeof(message), _("EOF while reading from resolver process"));
+		g_snprintf(message, sizeof(message), _("Resolver process exited without answering our request"));
 		purple_dnsquery_failed(query_data, message);
 	}
 


More information about the Commits mailing list