diff libpurple/protocols/oscar/odc.c @ 27463:f541583e31bd

More uniformity among disconnect error messages
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 09:07:42 +0000
parents 6e1967b0f90b
children 85fa979b08c2 8a90bd0a3b79
line wrap: on
line diff
--- a/libpurple/protocols/oscar/odc.c	Mon Jul 06 07:26:12 2009 +0000
+++ b/libpurple/protocols/oscar/odc.c	Mon Jul 06 09:07:42 2009 +0000
@@ -48,7 +48,7 @@
 	else if (conn->disconnect_reason == OSCAR_DISCONNECT_INVALID_DATA)
 		tmp = g_strdup(_("Received invalid data on connection with remote user."));
 	else if (conn->disconnect_reason == OSCAR_DISCONNECT_COULD_NOT_CONNECT)
-		tmp = g_strdup(_("Could not establish a connection with the remote user."));
+		tmp = g_strdup(_("Unable to establish a connection with the remote user."));
 	else
 		/*
 		 * We shouldn't print a message for some disconnect_reasons.