diff src/protocols/yahoo/yahoo.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 511c2b63caa4
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sun Dec 22 18:39:20 2002 +0000
+++ b/src/protocols/yahoo/yahoo.c	Mon Dec 23 15:18:24 2002 +0000
@@ -1358,13 +1358,13 @@
 	ret->send_typing = yahoo_send_typing;
 
 	puo = g_new0(struct proto_user_opt, 1);
-	puo->label = g_strdup("Pager Host:");
+	puo->label = g_strdup(_("Pager Host:"));
 	puo->def = g_strdup(YAHOO_PAGER_HOST);
 	puo->pos = USEROPT_PAGERHOST;
 	ret->user_opts = g_list_append(ret->user_opts, puo);
 
 	puo = g_new0(struct proto_user_opt, 1);
-	puo->label = g_strdup("Pager Port:");
+	puo->label = g_strdup(_("Pager Port:"));
 	puo->def = g_strdup("5050");
 	puo->pos = USEROPT_PAGERPORT;
 	ret->user_opts = g_list_append(ret->user_opts, puo);