mirror of https://github.com/PCSX2/pcsx2.git
PCSX2: Minor lingual correction on tooltip (#2328)
Small correction to trace logging tooltip string.
This commit is contained in:
parent
6d7e2c56d9
commit
432999fae8
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue