comparison src/protocols/msn/dispatch.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 0dc286295b36
children 06f57183e29f
comparison
equal deleted inserted replaced
7980:bcf186e78a56 7981:ad5c8f01882b
203 char proto_vers[256]; 203 char proto_vers[256];
204 size_t i; 204 size_t i;
205 205
206 if (source == -1) 206 if (source == -1)
207 { 207 {
208 gaim_connection_error(session->account->gc, _("Unable to connect")); 208 gaim_connection_error(session->account->gc, _("Unable to connect."));
209 return FALSE; 209 return FALSE;
210 } 210 }
211 211
212 gaim_connection_update_progress(gc, _("Connecting"), 1, MSN_CONNECT_STEPS); 212 gaim_connection_update_progress(gc, _("Connecting"), 1, MSN_CONNECT_STEPS);
213 213