s/delete/move to trash

This commit is contained in:
ansuz
2017-11-06 17:07:37 +01:00
parent 0149347d1b
commit d10f752457
2 changed files with 2 additions and 2 deletions

View File

@@ -401,7 +401,7 @@ define(function () {
out.fc_rename = "Rename";
out.fc_open = "Open";
out.fc_open_ro = "Open (read-only)";
out.fc_delete = "Delete";
out.fc_delete = "Move to trash";
out.fc_restore = "Restore";
out.fc_remove = "Delete permanently";
out.fc_empty = "Empty the trash";