From a2f8cb66f2822f01771d3b83ab0ee0f88d9e1138 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 3 Jun 2009 22:05:55 +0000 Subject: [PATCH] - manager: compile fix svn path=/trunk/boinc/; revision=18281 --- clientgui/AccountInfoPage.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index 634ed6b15c..cfca2de7dd 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -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")