Rename 'Appearance' tab to 'Fonts' in Preferences
This commit is contained in:
parent
38850f7444
commit
98da02a5fd
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue