zed: Fix application menu capitalization (#29722)
This PR is a quick follow-up to #29717 to ensure that the action within the app menu has the same capitalization as in the context menu. Release Notes: - N/A
This commit is contained in:
parent
f055dca592
commit
5e4be013af
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ pub fn app_menus() -> Vec<Menu> {
|
|||
MenuItem::separator(),
|
||||
MenuItem::os_action("Cut", editor::actions::Cut, OsAction::Cut),
|
||||
MenuItem::os_action("Copy", editor::actions::Copy, OsAction::Copy),
|
||||
MenuItem::action("Copy and trim", editor::actions::CopyAndTrim),
|
||||
MenuItem::action("Copy and Trim", editor::actions::CopyAndTrim),
|
||||
MenuItem::os_action("Paste", editor::actions::Paste, OsAction::Paste),
|
||||
MenuItem::separator(),
|
||||
MenuItem::action("Find", search::buffer_search::Deploy::find()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue