libpurple/protocols/yahoo/yahoo.c

changeset 23542
3249a3a07565
parent 23541
a54338f7047e
child 23545
676b13ddfd2c
--- a/libpurple/protocols/yahoo/yahoo.c	Tue Jul 01 18:06:32 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Tue Jul 01 21:58:23 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."), CLIENT_WEBSITE);
+						"to successfully sign on to Yahoo.  Check %s for updates."), PURPLE_WEBSITE);
 			purple_notify_error(gc, "", _("Failed Yahoo! Authentication"),
 					  buf);
 			g_free(buf);

mercurial