Merge pull request #1464 from chrox/fix_1462

fix #1462
This commit is contained in:
HW
2015-03-20 14:25:24 +01:00

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)