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));
|
menu_entries.push(ContextMenuItem::action("Reveal in Finder", RevealInFinder));
|
||||||
if entry.is_dir() {
|
if entry.is_dir() {
|
||||||
menu_entries.push(ContextMenuItem::action(
|
menu_entries.push(ContextMenuItem::action(
|
||||||
"Search inside",
|
"Search Inside",
|
||||||
NewSearchInDirectory,
|
NewSearchInDirectory,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue