Merge pull request #1187 from Frenzie/language

Changed "delete" in history to "remove this item from history" for clarity
pull/1188/head
Huang Xin 10 years ago
commit fd81ebdc00

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