]> spindle.queued.net Git - midori/commitdiff
Rename 'Appearance' tab to 'Fonts' in Preferences
authorChristian Dywan <christian@twotoasts.de>
Mon, 16 May 2011 00:53:40 +0000 (02:53 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 16 May 2011 00:53:40 +0000 (02:53 +0200)
midori/midori-preferences.c

index 01f9d9853f070ab84c59227eed1b8dc5a5f55978..fbd0e0f68a1a8ef7277c73531ebda8bb7012b653 100644 (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"));