Fix typo in Font Features description, s/b "OpenType" (#41058)

Fix typo (regression?), 
"Opentype" should be "OpenType"

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
warrenjokinen 2025-10-23 18:19:21 -06:00 committed by GitHub
parent 59a98bae3a
commit fe730e9129
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -796,7 +796,7 @@ pub(crate) fn settings_data(cx: &App) -> Vec<SettingsPage> {
SettingsPageItem::SettingItem(SettingItem {
files: USER,
title: "Font Features",
description: "The Opentype features to enable for rendering in UI elements.",
description: "The OpenType features to enable for rendering in UI elements.",
field: Box::new(
SettingField {
json_path: Some("ui_font_features"),