Rename 'Appearance' tab to 'Fonts' in Preferences

This commit is contained in:
Christian Dywan 2011-05-16 02:53:40 +02:00
parent 38850f7444
commit 98da02a5fd

View file

@ -316,7 +316,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
}
/* Page "Appearance" */
PAGE_NEW (GTK_STOCK_SELECT_FONT, _("Appearance"));
PAGE_NEW (GTK_STOCK_SELECT_FONT, _("Fonts"));
FRAME_NEW (NULL);
#if !HAVE_HILDON
label = gtk_label_new (_("Default Font Family"));