diff libpurple/protocols/yahoo/yahoo.c @ 15382:21bc8d84974f

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:27:02 +0000
parents 5fe8042783c1
children 0b6f337a46d5
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Mon Jan 22 09:05:30 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Mon Jan 22 09:27:02 2007 +0000
@@ -1792,7 +1792,7 @@
 			break;
 		default:
 			buf = g_strdup_printf(_("The Yahoo server has requested the use of an unrecognized "
-						"authentication method.  This version of Gaim will likely not be able "
+						"authentication method.  You will probably not be able "
 						"to successfully sign on to Yahoo.  Check %s for updates."), GAIM_WEBSITE);
 			gaim_notify_error(gc, "", _("Failed Yahoo! Authentication"),
 					  buf);
@@ -1911,13 +1911,6 @@
 					"Gaim/" VERSION, FALSE, yahoo_login_page_cb, gc);
 			if (url_data != NULL)
 				yd->url_datas = g_slist_prepend(yd->url_datas, url_data);
-			gaim_notify_warning(gc, NULL, _("Normal authentication failed!"),
-			                    _("The normal authentication method has failed. "
-			                      "This means either your password is incorrect, "
-			                      "or Yahoo!'s authentication scheme has changed. "
-			                      "Gaim will now attempt to log in using Web "
-			                      "Messenger authentication, which will result "
-			                      "in reduced functionality and features."));
 			return;
 		}
 		msg = g_strdup(_("Incorrect password."));