diff options
Diffstat (limited to 'src/caja-file-management-properties.ui')
-rw-r--r-- | src/caja-file-management-properties.ui | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index 526a80d4..f0e55b5a 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -1119,6 +1119,21 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="trash_confirm_trash_checkbutton"> + <property name="label" translatable="yes">Ask before moving files to the _Trash</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkCheckButton" id="trash_delete_checkbutton"> <property name="label" translatable="yes">I_nclude a Delete command that bypasses Trash</property> <property name="visible">True</property> @@ -1130,7 +1145,7 @@ <packing> <property name="expand">False</property> <property name="fill">False</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> </object> |