From 06a701aefb6461d8e0c1b7a2b1e41136781bd70a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 2 Apr 2014 09:50:08 -0700 Subject: [PATCH] Manager: message tweak --- clientgui/DlgDiagnosticLogFlags.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clientgui/DlgDiagnosticLogFlags.cpp b/clientgui/DlgDiagnosticLogFlags.cpp index 85943ac960..bca1ea1d26 100755 --- a/clientgui/DlgDiagnosticLogFlags.cpp +++ b/clientgui/DlgDiagnosticLogFlags.cpp @@ -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);