diff --git a/clientgui/sg_DlgPreferences.cpp b/clientgui/sg_DlgPreferences.cpp index 29120224b7..2be84be7a1 100644 --- a/clientgui/sg_DlgPreferences.cpp +++ b/clientgui/sg_DlgPreferences.cpp @@ -943,7 +943,7 @@ bool CDlgPreferences::Create( wxWindow* parent, wxWindowID id, const wxString& c // Initialize Application Title wxString strCaption = caption; if (strCaption.IsEmpty()) { - strCaption.Printf(_("%s - Preferences"), pSkinAdvanced->GetApplicationShortName().c_str()); + strCaption.Printf(_("%s - Computing Preferences"), pSkinAdvanced->GetApplicationShortName().c_str()); } SetTitle(strCaption);