From a6c5d9aa7c02feeb2cf152d91c22e03acf48a248 Mon Sep 17 00:00:00 2001 From: divinitycove <39865442+divinitycove@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:22:59 +1300 Subject: [PATCH] fix: Change "UI Font Size" to "Reader Font Size" (#1171) ## Summary * **What is the goal of this PR?** (e.g., Implements the new feature for file uploading.) Update "UI Font Size" to "Reader Font Size", to match the rest of the "Reader" settings and clarify that the setting doesn't change the UI font. * **What changes are included?** Changes the `english.yaml` string and USER_GUIDE.md entry. ## Additional Context * Add any other information that might be helpful for the reviewer (e.g., performance implications, potential risks, specific areas to focus on). --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**< YES | PARTIALLY | NO >**_ NO --- USER_GUIDE.md | 2 +- lib/I18n/translations/english.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/USER_GUIDE.md b/USER_GUIDE.md index bb31f250..4d4497f7 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -156,7 +156,7 @@ The Settings screen allows you to configure the device's behavior. There are a f - "Bookerly" (default) - Amazon's reading font - "Noto Sans" - Google's sans-serif font - "Open Dyslexic" - Font designed for readers with dyslexia -- **UI Font Size**: Adjust the text size for reading; options are "Small", "Medium" (default), "Large", or "X Large". +- **Reader Font Size**: Adjust the text size for reading; options are "Small", "Medium" (default), "Large", or "X Large". - **Reader Line Spacing**: Adjust the spacing between lines; options are "Tight", "Normal" (default), or "Wide". - **Reader Screen Margin**: Controls the screen margins in Reading Mode between 5 and 40 pixels in 5-pixel increments. diff --git a/lib/I18n/translations/english.yaml b/lib/I18n/translations/english.yaml index 073e2c9b..c77e44fd 100644 --- a/lib/I18n/translations/english.yaml +++ b/lib/I18n/translations/english.yaml @@ -101,7 +101,7 @@ STR_FONT_FAMILY: "Reader Font Family" STR_EXT_READER_FONT: "External Reader Font" STR_EXT_CHINESE_FONT: "Reader Font" STR_EXT_UI_FONT: "UI Font" -STR_FONT_SIZE: "UI Font Size" +STR_FONT_SIZE: "Reader Font Size" STR_LINE_SPACING: "Reader Line Spacing" STR_ASCII_LETTER_SPACING: "ASCII Letter Spacing" STR_ASCII_DIGIT_SPACING: "ASCII Digit Spacing"