Be consistent in the app & context menus

This commit is contained in:
Petros Amoiridis 2023-02-03 12:14:13 +02:00
parent 433f284571
commit d6b728409f
No known key found for this signature in database

View file

@ -293,7 +293,7 @@ pub fn menus() -> Vec<Menu<'static>> {
action: Box::new(editor::GoToTypeDefinition), action: Box::new(editor::GoToTypeDefinition),
}, },
MenuItem::Action { MenuItem::Action {
name: "Go to References", name: "Find All References",
action: Box::new(editor::FindAllReferences), action: Box::new(editor::FindAllReferences),
}, },
MenuItem::Action { MenuItem::Action {