mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +00:00
Follow naming convention for menu items
This commit is contained in:
parent
6cd10f3d5e
commit
40fcec1495
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ impl ProjectPanel {
|
|||
menu_entries.push(ContextMenuItem::action("Reveal in Finder", RevealInFinder));
|
||||
if entry.is_dir() {
|
||||
menu_entries.push(ContextMenuItem::action(
|
||||
"Search inside",
|
||||
"Search Inside",
|
||||
NewSearchInDirectory,
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue