Align wording of AltStatusBar menu to the bottom one (#7130)

Also change to "Font size (%1)"
This commit is contained in:
zwim
2021-01-10 19:37:51 +01:00
committed by GitHub
parent 47568ae9b4
commit 8991ec1372
2 changed files with 9 additions and 8 deletions

View File

@@ -799,7 +799,7 @@ function ReaderFooter:textOptionTitles(option)
pages_left = T(_("Pages left in chapter (%1)"), symbol_prefix[symbol].pages_left),
battery = T(_("Battery status (%1)"), symbol_prefix[symbol].battery),
percentage = symbol_prefix[symbol].percentage
and T(_("Progress percentage (%1)"), symbol_prefix[symbol].percentage) or ("Progress percentage"),
and T(_("Progress percentage (%1)"), symbol_prefix[symbol].percentage) or _("Progress percentage"),
book_time_to_read = T(_("Book time to read (%1)"),symbol_prefix[symbol].book_time_to_read),
chapter_time_to_read = T(_("Chapter time to read (%1)"), symbol_prefix[symbol].chapter_time_to_read),
frontlight = T(_("Frontlight level (%1)"), symbol_prefix[symbol].frontlight),