comparison gtk/gtkconn.c @ 14907:18d1c7cbb352

[gaim-migrate @ 17679] This error message seemed a little redundant to me. I think the actual error stands out a bit more, now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 06 Nov 2006 06:53:34 +0000
parents 51685370de57
children 9e720be7d8b9
comparison
equal deleted inserted replaced
14906:1bd0456fe1c3 14907:18d1c7cbb352
174 gaim_account_get_username(account), 174 gaim_account_get_username(account),
175 gaim_account_get_protocol_name(account)); 175 gaim_account_get_protocol_name(account));
176 } 176 }
177 177
178 p = g_strdup_printf(_("%s disconnected"), n); 178 p = g_strdup_printf(_("%s disconnected"), n);
179 s = g_strdup_printf(_("%s was disconnected due to an error: %s\n" 179 s = g_strdup_printf(_("%s\n\n"
180 "Gaim will not attempt to reconnect the account until you " 180 "Gaim will not attempt to reconnect the account until you "
181 "correct the error and re-enable the account."), n, text); 181 "correct the error and re-enable the account."), text);
182 gaim_notify_error(NULL, NULL, p, s); 182 gaim_notify_error(NULL, NULL, p, s);
183 g_free(p); 183 g_free(p);
184 g_free(s); 184 g_free(s);
185 g_free(n); 185 g_free(n);
186 186