| 41 primary = g_strdup_printf(_("%s disconnected."), act); |
41 primary = g_strdup_printf(_("%s disconnected."), act); |
| 42 secondary = g_strdup_printf(_("%s was disconnected due to the following error:\n%s"), |
42 secondary = g_strdup_printf(_("%s was disconnected due to the following error:\n%s"), |
| 43 act, text); |
43 act, text); |
| 44 |
44 |
| 45 purple_request_action(account, _("Connection Error"), primary, secondary, 1, |
45 purple_request_action(account, _("Connection Error"), primary, secondary, 1, |
| |
46 account, NULL, NULL, |
| 46 account, 2, |
47 account, 2, |
| 47 _("OK"), NULL, |
48 _("OK"), NULL, |
| 48 _("Connect"), |
49 _("Connect"), |
| 49 PURPLE_CALLBACK(purple_account_connect)); |
50 PURPLE_CALLBACK(purple_account_connect)); |
| 50 |
51 |