diff -r 51b8404961e1 -r deceec35bb4b src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Tue Nov 18 03:07:30 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Nov 18 03:14:40 2003 +0000 @@ -2615,6 +2615,9 @@ */ p = strstr(url_text, "Last Updated:"); if (!p) { + p = strstr(url_text, "Last Updated "); + } + if (!p) { g_snprintf(buf, 1024, "%s%s%s%s", _("Sorry, non-English profiles are not supported at this time.

\n"), _("If you wish to view this profile, you will need to visit this link in your web browser
"),