mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix typo
This commit is contained in:
@@ -142,7 +142,7 @@ function SelectMenu:choose(ypos, height)
|
||||
if self.item_shortcuts[c] ~= nil and
|
||||
string.len(self.item_shortcuts[c]) == 3 then
|
||||
-- print "Del", "Sym and "Ent"
|
||||
renderUtf9Text(fb.bb, 13, y, fface, ffhash,
|
||||
renderUtf8Text(fb.bb, 13, y, fface, ffhash,
|
||||
self.item_shortcuts[c], true)
|
||||
else
|
||||
renderUtf8Text(fb.bb, 18, y, self.sface, self.sfhash,
|
||||
|
||||
Reference in New Issue
Block a user