pidgin/gtkconn.c

changeset 15442
2ff7f5308727
parent 15435
4b933b06d75e
child 15562
8c8249fe5e3c
equal deleted inserted replaced
15441:4c4192958900 15442:2ff7f5308727
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\n\n" 179 s = g_strdup_printf(_("%s\n\n"
180 "Gaim will not attempt to reconnect the account until you " 180 PIDGIN_NAME " will not attempt to reconnect the account until you "
181 "correct the error and re-enable the account."), 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);

mercurial