Be consistent in the app & context menus

Petros Amoiridis created

Change summary

crates/zed/src/menus.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/zed/src/menus.rs 🔗

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