Mercurial > pidgin.yaz
changeset 14633:43bae5968317
[gaim-migrate @ 17379]
Brad Potts points out this incosistent capitalization
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 27 Sep 2006 01:16:38 +0000 |
parents | 108152f29f37 |
children | eb2152e14df9 |
files | gtk/gtkimhtmltoolbar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkimhtmltoolbar.c Wed Sep 27 00:31:39 2006 +0000 +++ b/gtk/gtkimhtmltoolbar.c Wed Sep 27 01:16:38 2006 +0000 @@ -986,7 +986,7 @@ gtk_size_group_add_widget(sg, button); gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); gtk_tooltips_set_tip(toolbar->tooltips, button, - _("Font Face"), NULL); + _("Font face"), NULL); g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(toggle_font), toolbar);