[Xfce4-commits] <midori:master> Rename 'Appearance' tab to 'Fonts' in Preferences

Christian Dywan noreply at xfce.org
Mon May 16 03:22:01 CEST 2011


Updating branch refs/heads/master
         to 98da02a5fd8d02847ecd99d3a9f5de1b68b35608 (commit)
       from 38850f7444363ce2e5894adf5c0391af4f24bda5 (commit)

commit 98da02a5fd8d02847ecd99d3a9f5de1b68b35608
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon May 16 02:53:40 2011 +0200

    Rename 'Appearance' tab to 'Fonts' in Preferences

 midori/midori-preferences.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index 01f9d98..fbd0e0f 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"));



More information about the Xfce4-commits mailing list