mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
First util.template encapsulated strings
This commit is contained in:
@@ -94,7 +94,7 @@ function ReaderBookmark:onShowBookmark()
|
||||
if type(page) == "string" then
|
||||
page = self.ui.document:getPageFromXPointer(v.page)
|
||||
end
|
||||
v.text = "Page "..page.." "..v.notes.." @ "..v.datetime
|
||||
v.text = _("Page") .. " " .. page .. " " .. v.notes .. " @ " .. v.datetime
|
||||
end
|
||||
|
||||
local bm_menu = Menu:new{
|
||||
|
||||
Reference in New Issue
Block a user