make naming more consistent

This commit is contained in:
xxSeys1
2024-10-17 22:06:07 +02:00
parent a810288e2e
commit af79a32847

View File

@@ -540,7 +540,7 @@ namespace FlaxEditor.Windows
// Focus on play
{
var pfMenu = menu.AddChildMenu("Play Mode Focus Override").ContextMenu;
var pfMenu = menu.AddChildMenu("Focus On Play Override").ContextMenu;
GenerateFocusOptionsContextMenu(pfMenu);
}