comparison src/protocols/msn/msn.c @ 7981:ad5c8f01882b

[gaim-migrate @ 8658] "I have updated the German translation and changed some i18n strings. i18n44.patch contains: - updated German translation - changed some 99% identical strings which differ only in spelling, for instance: _("Unable to connect") and _("Unable to connect.") This reduces some translation strings and makes the UI a bit more clear." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 03 Jan 2004 16:22:44 +0000
parents 1b8261f374ea
children 34b086e2619d
comparison
equal deleted inserted replaced
7980:bcf186e78a56 7981:ad5c8f01882b
487 487
488 if (strcmp(username, gaim_account_get_username(account))) 488 if (strcmp(username, gaim_account_get_username(account)))
489 gaim_account_set_username(account, username); 489 gaim_account_set_username(account, username);
490 490
491 if (!msn_session_connect(session)) { 491 if (!msn_session_connect(session)) {
492 gaim_connection_error(gc, _("Unable to connect")); 492 gaim_connection_error(gc, _("Unable to connect."));
493 493
494 return; 494 return;
495 } 495 }
496 } 496 }
497 497