[chore] Fix "Compact items" capitalization (#8465)

Follow-up to <https://github.com/koreader/koreader/pull/8424>.
pull/8468/head
Frans de Jonge 2 years ago committed by GitHub
parent 59d09f54f8
commit dc88fdc66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1400,7 +1400,7 @@ function ReaderFooter:addToMainMenu(menu_items)
if self.settings.item_prefix == "icons" then
prefix_text = _("Icons")
elseif self.settings.item_prefix == "compact_items" then
prefix_text = _("Compact Items")
prefix_text = _("Compact items")
elseif self.settings.item_prefix == "letters" then
prefix_text = _("Letters")
end

Loading…
Cancel
Save