summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-25 23:24:08 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-26 00:41:23 +0100
commitb2f0a9deaa240aeae2936229e896b7b7ffc94ce8 (patch)
treeddd042ee80c050d7fb6f176ad461f0f30c7d504d
parent0e5f6710df593de3455fe0e8b1509cdf2fb55bbe (diff)
downloadnautilus-b2f0a9deaa240aeae2936229e896b7b7ffc94ce8.tar.gz
files-view: clarify comment about delete-permanently
-rw-r--r--src/nautilus-files-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 1bf0d3c17..311cea916 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -8152,7 +8152,7 @@ nautilus_files_view_init (NautilusFilesView *view)
nautilus_application_add_accelerator (app, "view.move-to-trash", "Delete");
nautilus_application_add_accelerator (app, "view.delete-from-trash", "Delete");
nautilus_application_add_accelerator (app, "view.delete-permanently-shortcut", "<shift>Delete");
- /* When trash is not available, allow the delete shortcut to delete permanently, that is, when
+ /* When trash is not available, allow the "Delete" key to delete permanently, that is, when
* the menu item is available, since we never make both the trash and delete-permanently-menu-item
* actions active */
nautilus_application_add_accelerator (app, "view.delete-permanently-menu-item", "Delete");