From f3decdc26c519ad818711966c6014fb586154b4c Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Thu, 2 May 2019 19:06:57 +0200 Subject: [PATCH] [fix] Restore PAGE_MARGIN string (#4993) It's used by KOptConfig Fix #4992 Regression since #4945 --- frontend/ui/data/strings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/ui/data/strings.lua b/frontend/ui/data/strings.lua index b3cfa283e..ac0c7f68f 100644 --- a/frontend/ui/data/strings.lua +++ b/frontend/ui/data/strings.lua @@ -8,6 +8,7 @@ S.PAGE_CROP = _("Page Crop") S.FULL_SCREEN = _("Full Screen") S.SCROLL_MODE = _("Scroll Mode") S.ZOOM_DPI = _("Zoom (dpi)") +S.PAGE_MARGIN = _("Margin") S.H_PAGE_MARGINS = _("L/R Margins") S.T_PAGE_MARGIN = _("Top Margin") S.B_PAGE_MARGIN = _("Bottom Margin")