mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-23 10:54:59 -05:00
Fix some typos and correct some capitalizations in the log messages.
Makes the logging look more orderly and less spammy when spitting out things.
This commit is contained in:
@@ -608,7 +608,7 @@ void CFrame::DoOpen(bool Boot)
|
||||
|
||||
if (currentDir != currentDir2)
|
||||
{
|
||||
PanicAlertT("Current dir changed from %s to %s after wxFileSelector!",
|
||||
PanicAlertT("Current directory changed from %s to %s after wxFileSelector!",
|
||||
currentDir.c_str(), currentDir2.c_str());
|
||||
File::SetCurrentDir(currentDir);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user