From: Christian Dywan Date: Mon, 16 May 2011 00:53:40 +0000 (+0200) Subject: Rename 'Appearance' tab to 'Fonts' in Preferences X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98da02a5fd8d02847ecd99d3a9f5de1b68b35608;p=midori Rename 'Appearance' tab to 'Fonts' in Preferences --- 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"));