From 611dd7bad1e74975f3bded5873a8e43ecbc87a4d Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Sat, 27 Apr 2024 09:01:46 -0500 Subject: [PATCH] Change "Apply window layouts" to "Window layouts" --- Source/Editor/Modules/UIModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Modules/UIModule.cs b/Source/Editor/Modules/UIModule.cs index bf505394c..9bd5385fd 100644 --- a/Source/Editor/Modules/UIModule.cs +++ b/Source/Editor/Modules/UIModule.cs @@ -640,7 +640,7 @@ namespace FlaxEditor.Modules cm.AddButton("Visual Script Debugger", Editor.Windows.VisualScriptDebuggerWin.FocusOrShow); cm.AddSeparator(); cm.AddButton("Save window layout", Editor.Windows.SaveLayout); - _menuWindowApplyWindowLayout = cm.AddChildMenu("Apply window layout"); + _menuWindowApplyWindowLayout = cm.AddChildMenu("Window layouts"); cm.AddButton("Restore default layout", Editor.Windows.LoadDefaultLayout); // Help