Translate bookmarks page title

This commit is contained in:
pazos
2014-08-14 13:37:06 +02:00
parent 4df4a62de9
commit bad193346e
2 changed files with 2 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ function ReaderBookmark:onShowBookmark()
end
local bm_menu = Menu:new{
title = "Bookmarks",
title = _("Bookmarks"),
item_table = self.bookmarks,
is_borderless = true,
width = Screen:getWidth(),