diff src/protocols/napster/napster.c @ 4115:474265997752

[gaim-migrate @ 4332] Nicola's Lichtmaier (niqueco) " Marked some translatable strings in the protocol plugins (mostly the configuration widgets)." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 23 Dec 2002 15:18:24 +0000
parents 34c95669952f
children 0c68d402f59f
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Sun Dec 22 18:39:20 2002 +0000
+++ b/src/protocols/napster/napster.c	Mon Dec 23 15:18:24 2002 +0000
@@ -612,13 +612,13 @@
 	ret->keepalive = NULL;
 
 	puo = g_new0(struct proto_user_opt, 1);
-	puo->label = g_strdup("Server:");
+	puo->label = g_strdup(_("Server:"));
 	puo->def = g_strdup(NAP_SERVER);
 	puo->pos = USEROPT_NAPSERVER;
 	ret->user_opts = g_list_append(ret->user_opts, puo);
 
 	puo = g_new0(struct proto_user_opt, 1);
-	puo->label = g_strdup("Port:");
+	puo->label = g_strdup(_("Port:"));
 	puo->def = g_strdup("8888");
 	puo->pos = USEROPT_NAPPORT;
 	ret->user_opts = g_list_append(ret->user_opts, puo);