[fix, lang] ReaderLink: change location stack to location history (#3671)

pull/3672/head
Frans de Jonge 6 years ago committed by poire-z
parent 501df2ebc2
commit 82ca050a17

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

Loading…
Cancel
Save