Skip to content

Commit

Permalink
Change menu to Shred
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Mar 4, 2023
1 parent b16b64d commit 06d6745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/shred.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Examples: https://github.com/mate-desktop/python-caja/tree/master/examples
#
# This script adds a new menu `Secure delete` to Caja file browser when
# This script adds a new menu `Shred` to Caja file browser when
# right-mouse clicking on one or more selected files or directories.
# See the used shred command in the statusbar.
#
Expand Down Expand Up @@ -50,7 +50,7 @@ def menu_activate_cb(self, menu, data):

def get_file_items(self, window, files):
top_menuitem = Caja.MenuItem(name='ShredMenuProvider::Shred',
label='Secure delete',
label='Shred',
tip='Delete files with the Linux "shred" tool',
icon=self.SHRED_ICON)

Expand Down

0 comments on commit 06d6745

Please sign in to comment.