summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-08 10:41:20 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-08 12:28:59 +0100
commitdaf20f6de6102ff17588f12de808157989a58ac8 (patch)
tree17c4ada59dd1d8e4a96d21cb03b17494f1ba7649
parentc279d0c44364d6ca79fcdb0ca10680b875a56a56 (diff)
downloadnautilus-daf20f6de6102ff17588f12de808157989a58ac8.tar.gz
preferences-dialog: order the settings
The position was set wrongly as 2 for all of them.
-rw-r--r--src/resources/ui/nautilus-preferences-dialog.ui16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/resources/ui/nautilus-preferences-dialog.ui b/src/resources/ui/nautilus-preferences-dialog.ui
index 977ce12f3..5470696fc 100644
--- a/src/resources/ui/nautilus-preferences-dialog.ui
+++ b/src/resources/ui/nautilus-preferences-dialog.ui
@@ -282,8 +282,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="show_delete_permanently_checkbutton">
- <property name="label" translatable="yes">Show context menu item to delete files permanently</property>
+ <object class="GtkCheckButton" id="sort_folders_first_checkbutton">
+ <property name="label" translatable="yes">Sort _folders before files</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -299,8 +299,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="show_create_link_checkbutton">
- <property name="label" translatable="yes">Show context menu item to create links from copied files</property>
+ <object class="GtkCheckButton" id="show_delete_permanently_checkbutton">
+ <property name="label" translatable="yes">Show context menu item to delete files permanently</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -312,12 +312,12 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="sort_folders_first_checkbutton">
- <property name="label" translatable="yes">Sort _folders before files</property>
+ <object class="GtkCheckButton" id="show_create_link_checkbutton">
+ <property name="label" translatable="yes">Show context menu item to create links from copied files</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -329,7 +329,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">2</property>
+ <property name="position">4</property>
</packing>
</child>
</object>