Skip to content

Commit

Permalink
fix: Fixed Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Langsenkamp committed May 19, 2020
1 parent 0cf5f27 commit c45deb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirror/Editor/Logging/LogLevelWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void ShowWindow()
{
LogLevelWindow window = GetWindow<LogLevelWindow>();
window.minSize = new Vector2(200, 100);
window.titleContent = new GUIContent("Mirror Log levels");
window.titleContent = new GUIContent("Mirror Log Levels");
window.Show();
}
}
Expand Down

0 comments on commit c45deb8

Please sign in to comment.