Manager: message tweak

This commit is contained in:
David Anderson 2014-04-02 09:50:08 -07:00
parent dad13f8e88
commit 06a701aefb
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@ CDlgDiagnosticLogFlags::CDlgDiagnosticLogFlags(wxWindow* parent) :
m_headingSizer = new wxGridSizer( 1 );
m_headingText.Printf(
_("%s technical support personnel may ask you to set some of these on or off to help diagnose certain types of problems."),
pSkinAdvanced->GetApplicationShortName().c_str()
_("These flags enable various types of diagnostic messages in the Event Log.")
);
m_heading = new wxStaticText(this, wxID_ANY, m_headingText);