comparison src/protocols/msn/error.c @ 12318:e346a085bb4f

[gaim-migrate @ 14622] Try to remove the word contact from the UI as much as possible. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 17:47:37 +0000
parents ab6636c5a136
children cfc2f7fcb3dd
comparison
equal deleted inserted replaced
12317:1baf4cbcf84d 12318:e346a085bb4f
90 case 230: 90 case 230:
91 g_snprintf(msg, sizeof(msg), _("Cannot remove group zero")); 91 g_snprintf(msg, sizeof(msg), _("Cannot remove group zero"));
92 break; 92 break;
93 case 231: 93 case 231:
94 g_snprintf(msg, sizeof(msg), 94 g_snprintf(msg, sizeof(msg),
95 _("Tried to add a contact to a group " 95 _("Tried to add a user to a group "
96 "that doesn't exist")); 96 "that doesn't exist"));
97 break; 97 break;
98 case 280: 98 case 280:
99 g_snprintf(msg, sizeof(msg), _("Switchboard failed")); 99 g_snprintf(msg, sizeof(msg), _("Switchboard failed"));
100 break; 100 break;