Skip to content
Snippets Groups Projects
Commit 32be8c2c authored by Vadim Slyusarev's avatar Vadim Slyusarev
Browse files

Fixed letter case.

parent 3de33b9f
Branches
Tags v1.1.0
No related merge requests found
......@@ -52,7 +52,7 @@ namespace Profiler
this.Loaded += new RoutedEventHandler(TimeLine_Loaded);
statusToError.Add(ETWStatus.ETW_ERROR_ACCESS_DENIED, new KeyValuePair<string, string>("ETW can't start: launch your game As Administrator to collect Context Switches", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
statusToError.Add(ETWStatus.ETW_ERROR_ACCESS_DENIED, new KeyValuePair<string, string>("ETW can't start: launch your game as administrator to collect context switches", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
statusToError.Add(ETWStatus.ETW_ERROR_ALREADY_EXISTS, new KeyValuePair<string, string>("ETW session already started (Reboot should help)", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
statusToError.Add(ETWStatus.ETW_FAILED, new KeyValuePair<string, string>("ETW session failed", "https://github.com/bombomby/brofiler/wiki/Event-Tracing-for-Windows"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment