summaryrefslogtreecommitdiff
path: root/src/resources/ui
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-25 23:21:22 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-26 00:41:23 +0100
commit0e5f6710df593de3455fe0e8b1509cdf2fb55bbe (patch)
tree660441718b5d04c586f633d1d04d9066ae51888e /src/resources/ui
parent0a86a7392242ce4b6bd231846bd91cb047b940b8 (diff)
downloadnautilus-0e5f6710df593de3455fe0e8b1509cdf2fb55bbe.tar.gz
files-view: add setting for always show delete permanently
Maintenance is not that much as long as we don't show it in any UI, and was requested by several people. https://bugzilla.gnome.org/show_bug.cgi?id=757375
Diffstat (limited to 'src/resources/ui')
-rw-r--r--src/resources/ui/nautilus-files-view-context-menus.ui5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-files-view-context-menus.ui b/src/resources/ui/nautilus-files-view-context-menus.ui
index df91fb87a..238ac38d2 100644
--- a/src/resources/ui/nautilus-files-view-context-menus.ui
+++ b/src/resources/ui/nautilus-files-view-context-menus.ui
@@ -171,6 +171,11 @@
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
+ <attribute name="label" translatable="yes">_Delete Permanently</attribute>
+ <attribute name="action">view.permanent-delete-permanently-menu-item</attribute>
+ <attribute name="hidden-when">action-disabled</attribute>
+ </item>
+ <item>
<attribute name="label" translatable="yes">Empty Trash</attribute>
<attribute name="action">view.empty-trash</attribute>
<attribute name="hidden-when">action-disabled</attribute>