cre 2-pages: rename toggle to "Dual Pages" (#4788)

This commit is contained in:
poire-z
2019-03-13 23:11:51 +01:00
committed by GitHub
parent ad7dc86a43
commit ce3d181e24
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ local _ = require("gettext")
local S = {}
S.SCREEN_MODE = _("Orientation")
S.TWO_PAGES = _("Two Pages")
S.DUAL_PAGES = _("Dual Pages")
S.PAGE_CROP = _("Page Crop")
S.FULL_SCREEN = _("Full Screen")
S.SCROLL_MODE = _("Scroll Mode")