From 852ab0444cb14855d718d499c299688f3ee9b18d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 1 Aug 2010 03:37:17 +0000 Subject: [PATCH] - manager: change "Attach to project" to "Add project" svn path=/trunk/boinc/; revision=22086 --- checkin_notes | 5 +++++ clientgui/AccountInfoPage.cpp | 4 ++-- clientgui/AdvancedFrame.cpp | 6 +++--- clientgui/BOINCWizards.h | 2 +- clientgui/SkinManager.cpp | 4 ++-- clientgui/WelcomePage.cpp | 6 +++--- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/checkin_notes b/checkin_notes index 0952f4f98f..316ee93a70 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5667,3 +5667,8 @@ David 30 Jul 2010 sched/ file_deleter.cpp sched_result.cpp + +David 31 Jul 2010 + - manager: change "Attach to project" to "Add project" + + clientgui/various diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index 37cbf059b3..c3609e4077 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -526,11 +526,11 @@ void CAccountInfoPage::OnPageChanging( wxWizardExEvent& event ) { // Construct potiental dialog title if (IS_ATTACHTOPROJECTWIZARD()) { - strTitle = _("Attach to project"); + strTitle = _("Add project"); } else if (IS_ACCOUNTMANAGERWIZARD() && IS_ACCOUNTMANAGERUPDATEWIZARD()) { strTitle = _("Update account manager"); } else if (IS_ACCOUNTMANAGERWIZARD()) { - strTitle = _("Attach to account manager"); + strTitle = _("Add account manager"); } // Verify minimum password length diff --git a/clientgui/AdvancedFrame.cpp b/clientgui/AdvancedFrame.cpp index da99a99b8b..f85dc4766a 100644 --- a/clientgui/AdvancedFrame.cpp +++ b/clientgui/AdvancedFrame.cpp @@ -388,7 +388,7 @@ bool CAdvancedFrame::CreateMenu() { if (!is_acct_mgr_detected) { menuTools->Append( ID_WIZARDATTACH, - _("&Attach to project or account manager..."), + _("&Add project or account manager..."), _("Volunteer for any or all of 30+ projects in many areas of science") ); } else { @@ -407,8 +407,8 @@ bool CAdvancedFrame::CreateMenu() { ); menuTools->Append( ID_WIZARDATTACH, - _("&Attach to project..."), - _("Attach to a project") + _("&Add project..."), + _("Add a project") ); strMenuName.Printf( _("S&top using %s..."), diff --git a/clientgui/BOINCWizards.h b/clientgui/BOINCWizards.h index 8a66c21b58..fd9f427aa1 100644 --- a/clientgui/BOINCWizards.h +++ b/clientgui/BOINCWizards.h @@ -42,7 +42,7 @@ #define ID_ERRPROXYINFOPAGE 10111 #define ID_ERRPROXYPAGE 10112 -// Attach to Project Wizard Pages +// Add Project Wizard Pages #define ID_PROJECTINFOPAGE 10200 #define ID_PROJECTPROPERTIESPAGE 10201 #define ID_PROJECTPROCESSINGPAGE 10202 diff --git a/clientgui/SkinManager.cpp b/clientgui/SkinManager.cpp index dc3b7dfdde..7900372c74 100644 --- a/clientgui/SkinManager.cpp +++ b/clientgui/SkinManager.cpp @@ -1103,7 +1103,7 @@ bool CSkinWizardATP::InitializeDelayedValidation() { } if (m_strTitle.IsEmpty()) { if (show_error_msgs) { - fprintf(stderr, "Skin Manager: Attach to project wizard title was not defined. Using default.\n"); + fprintf(stderr, "Skin Manager: Add project wizard title was not defined. Using default.\n"); } m_strTitle = wxT("BOINC Manager"); wxASSERT(!m_strTitle.IsEmpty()); @@ -1172,7 +1172,7 @@ bool CSkinWizardATAM::InitializeDelayedValidation() { } if (m_strTitle.IsEmpty()) { if (show_error_msgs) { - fprintf(stderr, "Skin Manager: Attach to project wizard title was not defined. Using default.\n"); + fprintf(stderr, "Skin Manager: Add project wizard title was not defined. Using default.\n"); } m_strTitle = wxT("BOINC Manager"); wxASSERT(!m_strTitle.IsEmpty()); diff --git a/clientgui/WelcomePage.cpp b/clientgui/WelcomePage.cpp index 78a92f11d9..358bab2135 100644 --- a/clientgui/WelcomePage.cpp +++ b/clientgui/WelcomePage.cpp @@ -252,7 +252,7 @@ void CWelcomePage::OnPageChanged( wxWizardExEvent& event ) { m_pTitleStaticCtrl->SetLabel( - _("Attach to project or account manager") + _("Add project or account manager") ); pDoc->rpc.acct_mgr_info(ami); @@ -292,11 +292,11 @@ or use an 'Account Manager' web site to select projects.") } m_pAttachToProjectCtrl->SetLabel( - _("Attach to project") + _("Add project") ); m_pAttachToAccountManagerCtrl->SetLabel( - _("Attach to account manager") + _("Add account manager") ); if (!is_wcg_client) {