src/gtkconn.c

changeset 13052
29b24aceabd1
parent 13031
988d0776a3f3
child 13123
69686b86e79e
equal deleted inserted replaced
13051:cf92f34a0f1c 13052:29b24aceabd1
193 gaim_account_get_username(account), 193 gaim_account_get_username(account),
194 gaim_account_get_protocol_name(account)); 194 gaim_account_get_protocol_name(account));
195 } 195 }
196 196
197 p = g_strdup_printf(_("%s disconnected"), n); 197 p = g_strdup_printf(_("%s disconnected"), n);
198 s = g_strdup_printf(_("%s was disconnected due to an error. %s The account has been disabled. " 198 s = g_strdup_printf(_("%s was disconnected due to an error: %s\nThe account has been disabled. "
199 "Correct the error and reenable the account to connect."), n, text); 199 "Correct the error and reenable the account to connect."), n, text);
200 gaim_notify_error(NULL, NULL, p, s); 200 gaim_notify_error(NULL, NULL, p, s);
201 g_free(p); 201 g_free(p);
202 g_free(s); 202 g_free(s);
203 g_free(n); 203 g_free(n);

mercurial