diff src/protocols/icq/gaim_icq.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 cd84b0fd63fc
line wrap: on
line diff
--- a/src/protocols/icq/gaim_icq.c	Sun Dec 22 18:39:20 2002 +0000
+++ b/src/protocols/icq/gaim_icq.c	Mon Dec 23 15:18:24 2002 +0000
@@ -508,8 +508,8 @@
 	ret->keepalive = icq_keepalive;
 
 	puo = g_new0(struct proto_user_opt, 1);
-	puo->label = g_strdup("Nick:");
-	puo->def = g_strdup("Gaim User");
+	puo->label = g_strdup(_("Nick:"));
+	puo->def = g_strdup(_("Gaim User"));
 	puo->pos = USEROPT_NICK;
 	ret->user_opts = g_list_append(ret->user_opts, puo);