diff libpurple/protocols/oscar/clientlogin.c @ 27381:f541583e31bd

More uniformity among disconnect error messages
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 09:07:42 +0000
parents a2508ac2e536
children 4813810ea7d4
line wrap: on
line diff
--- a/libpurple/protocols/oscar/clientlogin.c	Mon Jul 06 07:26:12 2009 +0000
+++ b/libpurple/protocols/oscar/clientlogin.c	Mon Jul 06 09:07:42 2009 +0000
@@ -377,11 +377,11 @@
 		if (status_code == 330 && status_detail_code == 3011) {
 			purple_connection_error_reason(gc,
 					PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED,
-					_("Incorrect password."));
+					_("Incorrect password"));
 		} else if (status_code == 401 && status_detail_code == 3019) {
 			purple_connection_error_reason(gc,
 					PURPLE_CONNECTION_ERROR_OTHER_ERROR,
-					_("AOL does not allow your screen name to authenticate via this site."));
+					_("AOL does not allow your screen name to authenticate here"));
 		} else
 			purple_connection_error_reason(gc,
 					PURPLE_CONNECTION_ERROR_OTHER_ERROR,