diff src/prefs.c @ 5433:19224d2ab31e

[gaim-migrate @ 5815] add a _() in prefs committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 18 May 2003 18:33:02 +0000
parents af62169c74fd
children ad445074d239
line wrap: on
line diff
--- a/src/prefs.c	Sun May 18 17:56:35 2003 +0000
+++ b/src/prefs.c	Sun May 18 18:33:02 2003 +0000
@@ -561,7 +561,7 @@
 	gaim_button(_("E_scape closes window"), &convo_options, OPT_CONVO_ESC_CAN_CLOSE, vbox);
 	gaim_button(_("Control-_W closes window"), &convo_options, OPT_CONVO_CTL_W_CLOSES, vbox);
 
-	vbox = make_frame(ret, "Insertions");
+	vbox = make_frame(ret, _("Insertions"));
 	gaim_button(_("Control-{B/I/U/S} inserts _HTML tags"), &convo_options, OPT_CONVO_CTL_CHARS, vbox);
 	gaim_button(_("Control-(number) inserts _smileys"), &convo_options, OPT_CONVO_CTL_SMILEYS, vbox);