mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix, lang] ReaderLink: change location stack to location history (#3671)
This commit is contained in:
@@ -367,7 +367,7 @@ function ReaderLink:onSwipe(arg, ges)
|
||||
-- Make that gesture don't do anything, and show a Notification
|
||||
-- so the user knows why
|
||||
UIManager:show(Notification:new{
|
||||
text = _("Previous locations stack is empty"),
|
||||
text = _("Location history is empty"),
|
||||
timeout = 1.0,
|
||||
})
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user