libpurple/protocols/yahoo/yahoo.c

branch
release-2.4.3
changeset 23203
bfc64c932529
parent 23165
6128c9bf91bf
child 23204
effc828cc5e8
--- a/libpurple/protocols/yahoo/yahoo.c	Sun Jun 29 14:25:09 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Tue Jul 01 21:33:14 2008 +0000
@@ -1997,7 +1997,7 @@
 		default:
 			buf = g_strdup_printf(_("The Yahoo server has requested the use of an unrecognized "
 						"authentication method.  You will probably not be able "
-						"to successfully sign on to Yahoo.  Check %s for updates."), PURPLE_WEBSITE);
+						"to successfully sign on to Yahoo.  Check %s for updates."), CLIENT_WEBSITE);
 			purple_notify_error(gc, "", _("Failed Yahoo! Authentication"),
 					  buf);
 			g_free(buf);

mercurial