diff --git a/frontend/apps/reader/modules/readerfooter.lua b/frontend/apps/reader/modules/readerfooter.lua index 252110190..c3830acef 100644 --- a/frontend/apps/reader/modules/readerfooter.lua +++ b/frontend/apps/reader/modules/readerfooter.lua @@ -1885,7 +1885,7 @@ With this feature enabled, the current page is factored in, resulting in the cou }, { text_func = function() - return T(_("Items height: %1"), self.settings.container_height) + return T(_("Height: %1"), self.settings.container_height) end, callback = function(touchmenu_instance) local SpinWidget = require("ui/widget/spinwidget")