From cf3ef248ca44f5340f70a3bbc8bb69da46ca227a Mon Sep 17 00:00:00 2001 From: Ping Lin Date: Fri, 8 Aug 2025 14:39:41 +0100 Subject: [PATCH] =?UTF-8?q?Update=20default=20split=20mode=20to=20?= =?UTF-8?q?=E2=80=9CSplit=20All=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/src/main/resources/messages_en_GB.properties | 10 +++++----- .../resources/templates/split-pdf-by-sections.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/core/src/main/resources/messages_en_GB.properties b/app/core/src/main/resources/messages_en_GB.properties index af727ea48..536cb1f03 100644 --- a/app/core/src/main/resources/messages_en_GB.properties +++ b/app/core/src/main/resources/messages_en_GB.properties @@ -1589,11 +1589,11 @@ split-by-sections.merge=Merge Into One PDF split-by-sections.pageToSplit=Pages to split (Enter a comma-separated list of page numbers) : split-by-sections.pageToSplit.placeholder=(e.g. 1,2,6) split-by-sections.mode=Split Mode -split-by-sections.mode.1=Split all except first and last -split-by-sections.mode.2=Split all except first -split-by-sections.mode.3=Split all except last -split-by-sections.mode.4=Split all -split-by-sections.mode.5=Custom. Specify pages to split +split-by-sections.mode.1=Split All Except First & Last +split-by-sections.mode.2=Split All Except First +split-by-sections.mode.3=Split All Except Last +split-by-sections.mode.4=Split All Pages +split-by-sections.mode.5=Custom: Specify Pages diff --git a/app/core/src/main/resources/templates/split-pdf-by-sections.html b/app/core/src/main/resources/templates/split-pdf-by-sections.html index 3ea76bf57..42576df29 100644 --- a/app/core/src/main/resources/templates/split-pdf-by-sections.html +++ b/app/core/src/main/resources/templates/split-pdf-by-sections.html @@ -23,10 +23,10 @@