Changed "delete" in history to "remove this item from history" for clarity

This commit is contained in:
Frans de Jonge
2014-11-16 15:54:47 +01:00
parent b5521df335
commit 7a4b737ecd

View File

@@ -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()