comparison src/gtkconn.c @ 11574:a9c4e139645f

[gaim-migrate @ 13843] "due" to an error, not "do" to an error :) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 28 Sep 2005 04:05:56 +0000
parents c3bbfca00e85
children 3a05b53a589e
comparison
equal deleted inserted replaced
11573:e3e21a3b2975 11574:a9c4e139645f
184 } else { 184 } else {
185 n = g_strdup_printf("%s (%s)", 185 n = g_strdup_printf("%s (%s)",
186 gaim_account_get_username(account), 186 gaim_account_get_username(account),
187 gaim_account_get_protocol_name(account)); 187 gaim_account_get_protocol_name(account));
188 } 188 }
189 189
190 p = g_strdup_printf(_("%s could not connect"), n); 190 p = g_strdup_printf(_("%s could not connect"), n);
191 s = g_strdup_printf(_("%s was unable to connect do to an error. %s The account has been disabled. " 191 s = g_strdup_printf(_("%s was unable to connect due to an error. %s The account has been disabled. "
192 "Correct the error and reenable to account to connect."), n, text); 192 "Correct the error and reenable to account to connect."), n, text);
193 gaim_notify_error(NULL, NULL, p, s); 193 gaim_notify_error(NULL, NULL, p, s);
194 g_free(p); 194 g_free(p);
195 g_free(s); 195 g_free(s);
196 g_free(n); 196 g_free(n);