From 6c6a557ffb65ae28cff307c519c12e96bcabbb6e Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Fri, 25 Oct 2024 23:00:05 +0200 Subject: [PATCH] make naming more consistent --- Source/Editor/Windows/GameWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Windows/GameWindow.cs b/Source/Editor/Windows/GameWindow.cs index d73facfd2..0366cef8f 100644 --- a/Source/Editor/Windows/GameWindow.cs +++ b/Source/Editor/Windows/GameWindow.cs @@ -55,7 +55,7 @@ namespace FlaxEditor.Windows }, new PlayModeFocusOptions { - Name = "Game Window Then Back", + Name = "Game Window Then Restore", Tooltip = "Focus the Game Window. On play mode end restore focus to the previous window.", FocusOption = InterfaceOptions.PlayModeFocus.GameWindowThenRestore, },