mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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:
parent
59a98bae3a
commit
fe730e9129
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue