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

pull/1187/head
Frans de Jonge 10 years ago
parent b5521df335
commit 7a4b737ecd

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

Loading…
Cancel
Save