mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
word "click" seems to me somehow wrong here
This commit is contained in:
@@ -99,7 +99,7 @@ function HelpPage:show(ypos, height, commands)
|
||||
end
|
||||
end
|
||||
renderUtf8Text(fb.bb, 5, height - fface_height + fface_ascender - 5, self.fface,
|
||||
"Page "..self.page.." of "..math.ceil(self.items / perpage).." - click Back to close this page", true)
|
||||
"Page "..self.page.." of "..math.ceil(self.items / perpage).." - Back to close this page", true)
|
||||
end
|
||||
if is_pagedirty then
|
||||
fb:refresh(0, 0, ypos, fb.bb:getWidth(), height)
|
||||
|
||||
Reference in New Issue
Block a user