diff --git a/frontend/apps/filemanager/filemanagerhistory.lua b/frontend/apps/filemanager/filemanagerhistory.lua index 27a013ddc..8a1cf0a6e 100644 --- a/frontend/apps/filemanager/filemanagerhistory.lua +++ b/frontend/apps/filemanager/filemanagerhistory.lua @@ -28,7 +28,7 @@ function FileManagerHistory:onMenuHold(item) buttons = { { { - text = _("Delete"), + text = _("Remove this item from history"), callback = function() os.remove(history_dir..item.histfile) self._manager:updateItemTable()