# HG changeset patch # User Luke Schierer # Date 1053282782 0 # Node ID 19224d2ab31e5dadaed3fcf1623f4703672311eb # Parent 6b4169b1d9d4b1c8dba4501535c5dc27e8c78840 [gaim-migrate @ 5815] add a _() in prefs committer: Tailor Script diff -r 6b4169b1d9d4 -r 19224d2ab31e src/prefs.c --- 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);