Skip to content

Commit 360dff3

Browse files
Renamed window from 'Input Debug' to Input Debugger
1 parent 71e571f commit 360dff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Editor/Debugger/InputDebuggerWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static void CreateOrShow()
5050
{
5151
s_Instance = GetWindow<InputDebuggerWindow>();
5252
s_Instance.Show();
53-
s_Instance.titleContent = new GUIContent("Input Debug");
53+
s_Instance.titleContent = new GUIContent("Input Debugger");
5454
}
5555
else
5656
{

0 commit comments

Comments
 (0)