diff --git a/pcsx2/gui/Panels/CpuPanel.cpp b/pcsx2/gui/Panels/CpuPanel.cpp index 61ea70b4f3..9b4459ce03 100644 --- a/pcsx2/gui/Panels/CpuPanel.cpp +++ b/pcsx2/gui/Panels/CpuPanel.cpp @@ -109,7 +109,7 @@ Panels::AdvancedOptionsVU::AdvancedOptionsVU( wxWindow* parent ) Panels::CpuPanelEE::CpuPanelEE( wxWindow* parent ) : BaseApplicableConfigPanel_SpecificConfig( parent ) { - *this += Text( pxE( L"Notice: Most games are fine with the default options. ") + *this += Text( pxE(L"Notice: Most games are fine with the default options.") ) | StdExpand(); const RadioPanelItem tbl_CpuTypes_EE[] = diff --git a/pcsx2/gui/SysState.cpp b/pcsx2/gui/SysState.cpp index 3f938cf222..fded3745ae 100644 --- a/pcsx2/gui/SysState.cpp +++ b/pcsx2/gui/SysState.cpp @@ -288,7 +288,7 @@ static void CheckVersion( pxInputStream& thr ) if( savever > g_SaveVersion ) throw Exception::SaveStateLoadError( thr.GetStreamName() ) .SetDiagMsg(pxsFmt( L"Savestate uses an unsupported or unknown savestate version.\n(PCSX2 ver=%x, state ver=%x)", g_SaveVersion, savever )) - .SetUserMsg(_("Cannot load this savestate. The state is an unsupported version.")); + .SetUserMsg(_("Cannot load this savestate. The state is an unsupported version.")); // check for a "minor" version incompatibility; which happens if the savestate being loaded is a newer version // than the emulator recognizes. 99% chance that trying to load it will just corrupt emulation or crash.