Follow naming convention for menu items
This commit is contained in:
@@ -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,
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user