comparison src/protocols/msn/notification.c @ 10452:e1c98422f4df

[gaim-migrate @ 11719] I missed this string which should be translatable committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 30 Dec 2004 16:00:36 +0000
parents 92d4a25fd33c
children 9bed28273ec7
comparison
equal deleted inserted replaced
10451:92d4a25fd33c 10452:e1c98422f4df
733 733
734 params = g_strsplit(trans->params, " ", 0); 734 params = g_strsplit(trans->params, " ", 0);
735 735
736 group_id = atoi(params[0]); 736 group_id = atoi(params[0]);
737 737
738 group_error_helper(cmdproc->session, "Unable to delete group", group_id, error); 738 group_error_helper(cmdproc->session, _("Unable to delete group"), group_id, error);
739 739
740 g_strfreev(params); 740 g_strfreev(params);
741 } 741 }
742 742
743 static void 743 static void