# HG changeset patch # User Daniel Atallah # Date 1127880356 0 # Node ID a9c4e139645f96fc7f6f537811010b31498683fd # Parent e3e21a3b29758fa1c93c37d1aec3bc720a945ba8 [gaim-migrate @ 13843] "due" to an error, not "do" to an error :) committer: Tailor Script diff -r e3e21a3b2975 -r a9c4e139645f src/gtkconn.c --- a/src/gtkconn.c Wed Sep 28 04:02:35 2005 +0000 +++ b/src/gtkconn.c Wed Sep 28 04:05:56 2005 +0000 @@ -186,9 +186,9 @@ gaim_account_get_username(account), gaim_account_get_protocol_name(account)); } - + p = g_strdup_printf(_("%s could not connect"), n); - s = g_strdup_printf(_("%s was unable to connect do to an error. %s The account has been disabled. " + s = g_strdup_printf(_("%s was unable to connect due to an error. %s The account has been disabled. " "Correct the error and reenable to account to connect."), n, text); gaim_notify_error(NULL, NULL, p, s); g_free(p);