diff --git a/Source/Editor/Windows/GameWindow.cs b/Source/Editor/Windows/GameWindow.cs index b6b95867e..886b11d11 100644 --- a/Source/Editor/Windows/GameWindow.cs +++ b/Source/Editor/Windows/GameWindow.cs @@ -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); }