[Xfce4-commits] <midori:master> Swap 'Interface' and 'Browsing' labes in preferences

Christian Dywan noreply at xfce.org
Sun May 1 19:08:03 CEST 2011


Updating branch refs/heads/master
         to ff9c7ccc83a61ba25e9ddc0e9ef98e84968cad13 (commit)
       from 636c408d41d9ecfcf51d41fabfb8fe12b5832ba7 (commit)

commit ff9c7ccc83a61ba25e9ddc0e9ef98e84968cad13
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun May 1 18:03:43 2011 +0200

    Swap 'Interface' and 'Browsing' labes in preferences
    
    It's more intuitive to look for Browsing for tab options.

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

diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index e51b2d3..c63a679 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);



More information about the Xfce4-commits mailing list