mirror of https://github.com/BOINC/boinc.git
- manager: compile fix
svn path=/trunk/boinc/; revision=18281
This commit is contained in:
parent
ab7cf41267
commit
a2f8cb66f2
|
@ -447,9 +447,7 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
);
|
||||
} else {
|
||||
m_pAccountManagerLinkLabelStaticCtrl->SetLabel(
|
||||
_("If you have not yet registered with this account manager,\n"
|
||||
"please do so before proceeding. Click on the link below\n"
|
||||
"to register or to retrieve a forgotten password." )
|
||||
_("If you have not yet registered with this account manager,\nplease do so before proceeding. Click on the link below\nto register or to retrieve a forgotten password." )
|
||||
);
|
||||
m_pAccountForgotPasswordCtrl->SetLabel(
|
||||
_("Account manager website")
|
||||
|
|
Loading…
Reference in New Issue