PCSX2: Minor lingual correction on tooltip (#2328)

Small correction to trace logging tooltip string.
This commit is contained in:
pgert 2018-03-08 18:54:37 +01:00 committed by Akash
parent 6d7e2c56d9
commit 432999fae8
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ Panels::LogOptionsPanel::LogOptionsPanel(wxWindow* parent )
m_masterEnabler = new pxCheckBox( this, _("Enable Trace Logging"),
_("Trace logs are all written to emulog.txt. Toggle trace logging at any time using F10.") );
m_masterEnabler->SetToolTip( _("Warning: Enabling trace logs is typically very slow, and is a leading cause of 'What happened to my FPS?' problems. :)") );
m_masterEnabler->SetToolTip( _("Warning: Trace logging is typically very slow, and is a leading cause of 'What happened to my FPS?' problems. :)") );
wxFlexGridSizer& topSizer = *new wxFlexGridSizer( 2 );