diff src/protocols/gg/gg.c @ 6321:3613007cbb6e

[gaim-migrate @ 6820] Bjoern Voigt: "I've updated the German translation and fixed some i18n bugs. The file i18n16.patch contains: - updated German translation - translation of the "boring default" away message works again - marked some forgotten error messages as translatable" Guntupalli Karunakar gave me a Hindi translation and Vincent van Adrighem updated the dutch translation. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 29 Jul 2003 02:27:33 +0000
parents 99f4bbeb27bc
children 8f94cce8faa5
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Mon Jul 28 22:53:14 2003 +0000
+++ b/src/protocols/gg/gg.c	Tue Jul 29 02:27:33 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 6567 2003-07-13 09:34:48Z thekingant $
+ * $Id: gg.c 6820 2003-07-29 02:27:33Z lschiere $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -529,7 +529,7 @@
 	/*
 	   if (gg_login(gd->sess, strtol(user->username, (char **)NULL, 10), user->password, 1) < 0) {
 	   gaim_debug(GAIM_DEBUG_MISC, "gg", "uin=%u, pass=%s", strtol(user->username, (char **)NULL, 10), user->password); 
-	   gaim_connection_error(gc, "Unable to connect.");
+	   gaim_connection_error(gc, _("Unable to connect."));
 	   signoff(gc);
 	   return;
 	   }