Swap 'Interface' and 'Browsing' labes in preferences
It's more intuitive to look for Browsing for tab options.
This commit is contained in:
parent
636c408d41
commit
ff9c7ccc83
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue