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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user