Mercurial > pidgin
diff src/prefs.c @ 4599:221fb7143cd4
[gaim-migrate @ 4884]
Smigs fixed some spelling mistakes
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 22 Feb 2003 01:08:51 +0000 |
parents | eddb870a3c4d |
children | 858979ab3867 |
line wrap: on
line diff
--- a/src/prefs.c Fri Feb 21 23:02:36 2003 +0000 +++ b/src/prefs.c Sat Feb 22 01:08:51 2003 +0000 @@ -423,7 +423,7 @@ gaim_button(_("_Bold"), &font_options, OPT_FONT_BOLD, vbox); gaim_button(_("_Italics"), &font_options, OPT_FONT_ITALIC, vbox); gaim_button(_("_Underline"), &font_options, OPT_FONT_UNDERLINE, vbox); - gaim_button(_("_Strikethough"), &font_options, OPT_FONT_STRIKE, vbox); + gaim_button(_("_Strikethrough"), &font_options, OPT_FONT_STRIKE, vbox); vbox = make_frame(ret, _("Face")); hbox = gtk_hbox_new(FALSE, 6);