comparison src/protocols/yahoo/yahoo.c @ 9835:908e6800ced1

[gaim-migrate @ 10706] spelling from simguy committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 23 Aug 2004 00:41:23 +0000
parents d9ee6b227c77
children 694c80fc7c2e
comparison
equal deleted inserted replaced
9834:aa3c963729f2 9835:908e6800ced1
1820 close(yd->fd); 1820 close(yd->fd);
1821 if (gc->inpa) 1821 if (gc->inpa)
1822 gaim_input_remove(gc->inpa); 1822 gaim_input_remove(gc->inpa);
1823 gaim_url_fetch(WEBMESSENGER_URL, TRUE, "Gaim/" VERSION, FALSE, 1823 gaim_url_fetch(WEBMESSENGER_URL, TRUE, "Gaim/" VERSION, FALSE,
1824 yahoo_login_page_cb, gc); 1824 yahoo_login_page_cb, gc);
1825 gaim_notify_warning(gc, NULL, _("Normal authencation failed!"), 1825 gaim_notify_warning(gc, NULL, _("Normal authentication failed!"),
1826 _("The normal authencation method has failed. " 1826 _("The normal authentication method has failed. "
1827 "This means either your password is incorrect, " 1827 "This means either your password is incorrect, "
1828 "or Yahoo!'s authencation scheme has changed. " 1828 "or Yahoo!'s authentication scheme has changed. "
1829 "Gaim will now attempt to log in using Web " 1829 "Gaim will now attempt to log in using Web "
1830 "Messenger authencation, which will result " 1830 "Messenger authentication, which will result "
1831 "in reduced functionality and features.")); 1831 "in reduced functionality and features."));
1832 return; 1832 return;
1833 } 1833 }
1834 msg = g_strdup(_("Incorrect password.")); 1834 msg = g_strdup(_("Incorrect password."));
1835 break; 1835 break;