Merge pull request #1187 from Frenzie/language

Changed "delete" in history to "remove this item from history" for clarity
This commit is contained in:
Huang Xin
2014-11-16 23:15:08 +08:00

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