diff -r 4c4192958900 -r 2ff7f5308727 pidgin/gtkconn.c --- a/pidgin/gtkconn.c Mon Jan 22 08:37:53 2007 +0000 +++ b/pidgin/gtkconn.c Mon Jan 22 09:02:33 2007 +0000 @@ -177,7 +177,7 @@ p = g_strdup_printf(_("%s disconnected"), n); s = g_strdup_printf(_("%s\n\n" - "Gaim will not attempt to reconnect the account until you " + PIDGIN_NAME " will not attempt to reconnect the account until you " "correct the error and re-enable the account."), text); gaim_notify_error(NULL, NULL, p, s); g_free(p);