From ff9c7ccc83a61ba25e9ddc0e9ef98e84968cad13 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 1 May 2011 18:03:43 +0200 Subject: [PATCH] Swap 'Interface' and 'Browsing' labes in preferences It's more intuitive to look for Browsing for tab options. --- midori/midori-preferences.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index e51b2d3b..c63a679b 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -410,7 +410,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences, SPANNED_ADD (entry); /* Page "Interface" */ - PAGE_NEW (GTK_STOCK_CONVERT, _("Interface")); + PAGE_NEW (GTK_STOCK_CONVERT, _("Browsing")); #if !HAVE_HILDON if (!g_getenv ("DESKTOP_SESSION")) { @@ -420,7 +420,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences, SPANNED_ADD (button); } #endif - FRAME_NEW (_("Browsing")); + FRAME_NEW (_("Interface")); label = katze_property_label (settings, "open-new-pages-in"); INDENTED_ADD (label); button = katze_property_proxy (settings, "open-new-pages-in", NULL); -- 2.39.5