mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] Restore PAGE_MARGIN string (#4993)
It's used by KOptConfig Fix #4992 Regression since #4945
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user