diff src/protocols/jabber/jabber.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 ee884f1d7ae3
children a614423c648f
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Sun Dec 22 18:39:20 2002 +0000
+++ b/src/protocols/jabber/jabber.c	Mon Dec 23 15:18:24 2002 +0000
@@ -4221,7 +4221,7 @@
 	ret->file_transfer_cancel = jabber_file_transfer_cancel;
 
 	puo = g_new0(struct proto_user_opt, 1);
-	puo->label = g_strdup("Port:");
+	puo->label = g_strdup(_("Port:"));
 	puo->def = g_strdup("5222");
 	puo->pos = USEROPT_PORT;
 	ret->user_opts = g_list_append(ret->user_opts, puo);