svn path=/trunk/boinc/; revision=23614

This commit is contained in:
David Anderson 2011-05-25 23:16:08 +00:00
parent 660b2ae762
commit b288405f98
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ void CDlgExitMessage::CreateControls()
#ifndef __WXMAC__
strAlwaysExitMessage.Printf(
_("Stop running tasks when exiting the %s")
pSkinAdvanced->GetApplicationName().c_str(),
_("Stop running tasks when exiting the %s"),
pSkinAdvanced->GetApplicationName().c_str()
);
m_DialogShutdownCoreClient = new wxCheckBox;