Fix font family/ homepage tooltip mixup

This commit is contained in:
Christian Dywan 2009-05-10 16:40:43 +02:00
parent b5a534b363
commit a582d8dcc0

View file

@ -444,7 +444,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
INDENTED_ADD (label, 0, 1, 0, 1);
hbox = gtk_hbox_new (FALSE, 4);
button = katze_property_proxy (settings, "default-font-family", "font");
gtk_widget_set_tooltip_text (entry, _("The default font family used to display text"));
gtk_widget_set_tooltip_text (button, _("The default font family used to display text"));
gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 0);
entry = katze_property_proxy (settings, "default-font-size", NULL);
gtk_widget_set_tooltip_text (entry, _("The default font size used to display text"));