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.

refactor: Rename "Embedded Style" to "Book's Embedded Style" (#746)

## Summary

**What is the goal of this PR?**
- Just a simple rename after feedback in #738

**What changes are included?**
- Renamed "Embedded Style" to "Book's Embedded Style" to more clearly
associate it with "Book's Style" option in "Paragraph Alignment"
settings

---

### 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? _**NO**_

authored by

Jake Kenneally and committed by
GitHub
67ddd60f 76908d38

+1 -1
+1 -1
src/activities/settings/SettingsActivity.cpp
··· 43 43 SettingInfo::Value("Screen Margin", &CrossPointSettings::screenMargin, {5, 40, 5}), 44 44 SettingInfo::Enum("Paragraph Alignment", &CrossPointSettings::paragraphAlignment, 45 45 {"Justify", "Left", "Center", "Right", "Book's Style"}), 46 - SettingInfo::Toggle("Embedded Style", &CrossPointSettings::embeddedStyle), 46 + SettingInfo::Toggle("Book's Embedded Style", &CrossPointSettings::embeddedStyle), 47 47 SettingInfo::Toggle("Hyphenation", &CrossPointSettings::hyphenationEnabled), 48 48 SettingInfo::Enum("Reading Orientation", &CrossPointSettings::orientation, 49 49 {"Portrait", "Landscape CW", "Inverted", "Landscape CCW"}),