]> spindle.queued.net Git - midori/commitdiff
Swap 'Interface' and 'Browsing' labes in preferences
authorChristian Dywan <christian@twotoasts.de>
Sun, 1 May 2011 16:03:43 +0000 (18:03 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 1 May 2011 16:03:43 +0000 (18:03 +0200)
It's more intuitive to look for Browsing for tab options.

midori/midori-preferences.c

index e51b2d3b7a9be050b16de14d219a80648bb93ca6..c63a679be112243ddf0b80c3a718b08bcff2238d 100644 (file)
@@ -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);