diff --git a/thunar/thunar-launcher.c b/thunar/thunar-launcher.c index 356453ae..c954c0ca 100644 --- a/thunar/thunar-launcher.c +++ b/thunar/thunar-launcher.c @@ -221,7 +221,7 @@ static XfceGtkActionEntry thunar_launcher_action_entries[] = { THUNAR_LAUNCHER_ACTION_CREATE_DOCUMENT, "/ThunarStandardView/create-document", "", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("Create _Document"), N_ ("Create a new document from a template"), "document-new", G_CALLBACK (NULL), }, { THUNAR_LAUNCHER_ACTION_RESTORE, "/ThunarLauncher/restore", "", XFCE_GTK_MENU_ITEM, N_ ("_Restore"), NULL, NULL, G_CALLBACK (thunar_launcher_action_restore), }, - { THUNAR_LAUNCHER_ACTION_MOVE_TO_TRASH, "/ThunarLauncher/move-to-trash", "", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("Mo_ve to Trash"), NULL, "user-trash", G_CALLBACK (thunar_launcher_action_move_to_trash), }, + { THUNAR_LAUNCHER_ACTION_MOVE_TO_TRASH, "/ThunarLauncher/move-to-trash", "Delete", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("Mo_ve to Trash"), NULL, "user-trash", G_CALLBACK (thunar_launcher_action_move_to_trash), }, { THUNAR_LAUNCHER_ACTION_DELETE, "/ThunarLauncher/delete", "", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("_Delete"), NULL, "edit-delete", G_CALLBACK (thunar_launcher_action_delete), }, { THUNAR_LAUNCHER_ACTION_TRASH_DELETE, "/ThunarLauncher/trash-delete", "Delete", XFCE_GTK_IMAGE_MENU_ITEM, NULL, NULL, NULL, G_CALLBACK (thunar_launcher_action_trash_delete), }, { THUNAR_LAUNCHER_ACTION_TRASH_DELETE, "/ThunarLauncher/trash-delete-2", "Delete", XFCE_GTK_IMAGE_MENU_ITEM, NULL, NULL, NULL, G_CALLBACK (thunar_launcher_action_trash_delete), },