From c95918dedf069d5e9ff50370e1cbb5738b6ab394 Mon Sep 17 00:00:00 2001 From: SomeGuy <97603719+Commodore64user@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:14:52 +0100 Subject: [PATCH] Apply suggestions from Frenzie's code review Co-authored-by: Frans de Jonge --- frontend/apps/reader/modules/readerfooter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/apps/reader/modules/readerfooter.lua b/frontend/apps/reader/modules/readerfooter.lua index fc07a5d3d..211e3d1af 100644 --- a/frontend/apps/reader/modules/readerfooter.lua +++ b/frontend/apps/reader/modules/readerfooter.lua @@ -1779,7 +1779,7 @@ With this feature enabled, the current page is factored in, resulting in the cou }, }, { - text = _("Text-items max size"), + text = _("Item max width"), sub_item_table = { { text_func = function() @@ -1911,7 +1911,7 @@ With this feature enabled, the current page is factored in, resulting in the cou }, { text_func = function() - return T(_("Items mini-bar bottom margin: %1"), self.settings.container_bottom_padding) + return T(_("Bottom margin: %1"), self.settings.container_bottom_padding) end, callback = function(touchmenu_instance) local SpinWidget = require("ui/widget/spinwidget")