diff src/protocols/napster/napster.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 d8cd876e613e
children 8f94cce8faa5
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Mon Jul 28 22:53:14 2003 +0000
+++ b/src/protocols/napster/napster.c	Tue Jul 29 02:27:33 2003 +0000
@@ -243,7 +243,7 @@
 		int tmp = read(source, buf + i, len - i);
 		if (tmp <= 0) {
 			g_free(buf);
-			buf = g_strdup_printf("Unable to read mesage from server.  Command is %hd, length is %hd.", len, command);
+			buf = g_strdup_printf(_("Unable to read mesage from server.  Command is %hd, length is %hd."), len, command);
 			gaim_connection_error(gc, buf);
 			g_free(buf);
 			return;
@@ -462,7 +462,7 @@
 	}
 
 	if (source < 0) {
-		gaim_connection_error(gc, "Unable to connect");
+		gaim_connection_error(gc, _("Unable to connect"));
 		return;
 	}