A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

divinitycove and committed by
GitHub
a6c5d9aa 2d49c7b7

+2 -2
+1 -1
USER_GUIDE.md
··· 156 156 - "Bookerly" (default) - Amazon's reading font 157 157 - "Noto Sans" - Google's sans-serif font 158 158 - "Open Dyslexic" - Font designed for readers with dyslexia 159 - - **UI Font Size**: Adjust the text size for reading; options are "Small", "Medium" (default), "Large", or "X Large". 159 + - **Reader Font Size**: Adjust the text size for reading; options are "Small", "Medium" (default), "Large", or "X Large". 160 160 161 161 - **Reader Line Spacing**: Adjust the spacing between lines; options are "Tight", "Normal" (default), or "Wide". 162 162 - **Reader Screen Margin**: Controls the screen margins in Reading Mode between 5 and 40 pixels in 5-pixel increments.
+1 -1
lib/I18n/translations/english.yaml
··· 101 101 STR_EXT_READER_FONT: "External Reader Font" 102 102 STR_EXT_CHINESE_FONT: "Reader Font" 103 103 STR_EXT_UI_FONT: "UI Font" 104 - STR_FONT_SIZE: "UI Font Size" 104 + STR_FONT_SIZE: "Reader Font Size" 105 105 STR_LINE_SPACING: "Reader Line Spacing" 106 106 STR_ASCII_LETTER_SPACING: "ASCII Letter Spacing" 107 107 STR_ASCII_DIGIT_SPACING: "ASCII Digit Spacing"