mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #1187 from Frenzie/language
Changed "delete" in history to "remove this item from history" for clarity
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user