From 98da02a5fd8d02847ecd99d3a9f5de1b68b35608 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 16 May 2011 02:53:40 +0200 Subject: [PATCH] Rename 'Appearance' tab to 'Fonts' in Preferences --- midori/midori-preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index 01f9d985..fbd0e0f6 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -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")); -- 2.39.5