comparison src/prpl.c @ 4053:bf443ac50a07

[gaim-migrate @ 4263] "fixes a typo in prpl.c - "reccomended" -> "recommended", plus all the translation .po files that translate it. " --Matthew Smith (smigs) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 10 Dec 2002 00:22:48 +0000
parents 133cf6424c53
children 3ccbdf8e7f8d
comparison
equal deleted inserted replaced
4052:fe0cf4c9115d 4053:bf443ac50a07
99 if (p->protocol == PROTO_ICQ) 99 if (p->protocol == PROTO_ICQ)
100 do_error_dialog(_("ICQ Protocol detected."), 100 do_error_dialog(_("ICQ Protocol detected."),
101 _("Gaim has loaded the ICQ plugin. This plugin has been deprecated. " 101 _("Gaim has loaded the ICQ plugin. This plugin has been deprecated. "
102 "As such, it was probably not compiled from the same version of the " 102 "As such, it was probably not compiled from the same version of the "
103 "source as this application was, and cannot be guaranteed to work. " 103 "source as this application was, and cannot be guaranteed to work. "
104 "It is reccomended that you use the AIM/ICQ protocol to connect to ICQ"), 104 "It is recommended that you use the AIM/ICQ protocol to connect to ICQ"),
105 GAIM_WARNING); 105 GAIM_WARNING);
106 pi(p); 106 pi(p);
107 protocols = g_slist_insert_sorted(protocols, p, (GCompareFunc)proto_compare); 107 protocols = g_slist_insert_sorted(protocols, p, (GCompareFunc)proto_compare);
108 regenerate_user_list(); 108 regenerate_user_list();
109 } 109 }