[nautilus] Change "enable browser" prefs to "enable spatial"



commit e2363ba468bca0662a7f139386432a677478f722
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Dec 17 16:49:23 2009 +0100

    Change "enable browser" prefs to "enable spatial"
    
    Since browser is now the default we want to change the description
    and default state of the prefs UI for this to follow this change.

 src/nautilus-file-management-properties.c  |    6 +++---
 src/nautilus-file-management-properties.ui |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c
index 1f7c753..3166fe3 100644
--- a/src/nautilus-file-management-properties.c
+++ b/src/nautilus-file-management-properties.c
@@ -704,9 +704,9 @@ nautilus_file_management_properties_dialog_setup (GtkBuilder *builder, GtkWindow
 	eel_preferences_builder_connect_bool (builder,
 					      NAUTILUS_FILE_MANAGEMENT_PROPERTIES_FOLDERS_FIRST_WIDGET,
 					      NAUTILUS_PREFERENCES_SORT_DIRECTORIES_FIRST); 
-	eel_preferences_builder_connect_bool (builder,
-					      NAUTILUS_FILE_MANAGEMENT_PROPERTIES_ALWAYS_USE_BROWSER_WIDGET,
-					      NAUTILUS_PREFERENCES_ALWAYS_USE_BROWSER);
+	eel_preferences_builder_connect_inverted_bool (builder,
+						       NAUTILUS_FILE_MANAGEMENT_PROPERTIES_ALWAYS_USE_BROWSER_WIDGET,
+						       NAUTILUS_PREFERENCES_ALWAYS_USE_BROWSER);
 
 	eel_preferences_builder_connect_bool (builder,
 					      NAUTILUS_FILE_MANAGEMENT_PROPERTIES_MEDIA_AUTOMOUNT_OPEN,
diff --git a/src/nautilus-file-management-properties.ui b/src/nautilus-file-management-properties.ui
index c4fb6ee..50fcd33 100644
--- a/src/nautilus-file-management-properties.ui
+++ b/src/nautilus-file-management-properties.ui
@@ -1156,7 +1156,7 @@
                               <object class="GtkCheckButton" id="always_use_browser_checkbutton">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="label" translatable="yes">Always open in _browser windows</property>
+                                <property name="label" translatable="yes">Open each _folder its own window</property>
                                 <property name="use_underline">True</property>
                                 <property name="relief">GTK_RELIEF_NORMAL</property>
                                 <property name="focus_on_click">True</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]