comparison src/protocols/toc/toc.c @ 3100:dd78d89c910b

[gaim-migrate @ 3114] Some spelling corrections by Tero Kuusela. Thanks. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 28 Mar 2002 18:22:49 +0000
parents 219dfcbd6737
children e883f604174e
comparison
equal deleted inserted replaced
3099:a5f759e43fdd 3100:dd78d89c910b
469 break; 469 break;
470 case 989: 470 case 989:
471 g_snprintf(buf, sizeof(buf), _("An unknown signon error has occurred: %s."), w); 471 g_snprintf(buf, sizeof(buf), _("An unknown signon error has occurred: %s."), w);
472 break; 472 break;
473 default: 473 default:
474 g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occured. Info: %s"), no, w); 474 g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occurred. Info: %s"), no, w);
475 } 475 }
476 476
477 return buf; 477 return buf;
478 } 478 }
479 479
777 url); 777 url);
778 grab_url(tmp, FALSE, toc_got_info, NULL); 778 grab_url(tmp, FALSE, toc_got_info, NULL);
779 } else if (!strcasecmp(c, "DIR_STATUS")) { 779 } else if (!strcasecmp(c, "DIR_STATUS")) {
780 } else if (!strcasecmp(c, "ADMIN_NICK_STATUS")) { 780 } else if (!strcasecmp(c, "ADMIN_NICK_STATUS")) {
781 } else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) { 781 } else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) {
782 do_error_dialog(_("Password Change Successeful"), _("Gaim - Password Change")); 782 do_error_dialog(_("Password Change Successful"), _("Gaim - Password Change"));
783 } else if (!strcasecmp(c, "PAUSE")) { 783 } else if (!strcasecmp(c, "PAUSE")) {
784 tdt->state = STATE_PAUSE; 784 tdt->state = STATE_PAUSE;
785 do_error_dialog(_("TOC has sent a PAUSE command. When this happens, TOC ignores" 785 do_error_dialog(_("TOC has sent a PAUSE command. When this happens, TOC ignores"
786 " any messages sent to it, and may kick you off if you send a" 786 " any messages sent to it, and may kick you off if you send a"
787 " message. Gaim will prevent anything from going through. This" 787 " message. Gaim will prevent anything from going through. This"