From fe730e91295810f0a137ed05e3c541f0432fd8ce Mon Sep 17 00:00:00 2001 From: warrenjokinen <110791849+warrenjokinen@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:19:21 -0600 Subject: [PATCH] Fix typo in Font Features description, s/b "OpenType" (#41058) Fix typo (regression?), "Opentype" should be "OpenType" Closes #ISSUE Release Notes: - N/A --- crates/settings_ui/src/page_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/settings_ui/src/page_data.rs b/crates/settings_ui/src/page_data.rs index 5c75a78b9a6dae79abbc7d96089512d1a5063949..394e6821c85f68e08450ba18fe2e44959e0cf865 100644 --- a/crates/settings_ui/src/page_data.rs +++ b/crates/settings_ui/src/page_data.rs @@ -796,7 +796,7 @@ pub(crate) fn settings_data(cx: &App) -> Vec { 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"),