This commit is contained in:
chrox
2015-03-20 21:22:14 +08:00
parent e9dd60c02e
commit ff3a42e503

View File

@@ -156,9 +156,9 @@ local options = {
toc_markers = _("Chapter markers"),
battery = _("Battery status"),
time = _("Current time"),
page_progress = ("Current page"),
pages_left = ("Pages left in this chapter"),
percentage = ("Progress percentage"),
page_progress = _("Current page"),
pages_left = _("Pages left in this chapter"),
percentage = _("Progress percentage"),
}
function ReaderFooter:addToMainMenu(tab_item_table)