diff 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
line wrap: on
line diff
--- a/src/protocols/msn/dispatch.c	Sat Jan 03 16:08:23 2004 +0000
+++ b/src/protocols/msn/dispatch.c	Sat Jan 03 16:22:44 2004 +0000
@@ -205,7 +205,7 @@
 
 	if (source == -1)
 	{
-		gaim_connection_error(session->account->gc, _("Unable to connect"));
+		gaim_connection_error(session->account->gc, _("Unable to connect."));
 		return FALSE;
 	}