Follow naming convention for menu items

This commit is contained in:
Joseph T. Lyons 2023-07-26 14:35:23 -04:00
parent 6cd10f3d5e
commit 40fcec1495

View file

@ -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,
));
}