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 21:19:21 -03:00
committed by GitHub
parent 59a98bae3a
commit fe730e9129
+1 -1
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"),