From ce3d181e240ea070384cdb66d1d7a1bc80f16837 Mon Sep 17 00:00:00 2001 From: poire-z Date: Wed, 13 Mar 2019 23:11:51 +0100 Subject: [PATCH] cre 2-pages: rename toggle to "Dual Pages" (#4788) --- frontend/ui/data/creoptions.lua | 2 +- frontend/ui/data/strings.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/ui/data/creoptions.lua b/frontend/ui/data/creoptions.lua index 0e3889b5c..dd6fc36a1 100644 --- a/frontend/ui/data/creoptions.lua +++ b/frontend/ui/data/creoptions.lua @@ -32,7 +32,7 @@ local CreOptions = { }, { name = "visible_pages", - name_text = S.TWO_PAGES, + name_text = S.DUAL_PAGES, toggle = {S.OFF, S.ON}, values = {1, 2}, default_value = 1, diff --git a/frontend/ui/data/strings.lua b/frontend/ui/data/strings.lua index 14cce9dc1..635f5970e 100644 --- a/frontend/ui/data/strings.lua +++ b/frontend/ui/data/strings.lua @@ -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")