From 5b172101429358c820ca581a1b7b38cc5e30e14d Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 21 Mar 2006 00:42:55 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9690 --- clientgui/AccountManagerPropertiesPage.cpp | 2 +- clientgui/ProjectPropertiesPage.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/AccountManagerPropertiesPage.cpp b/clientgui/AccountManagerPropertiesPage.cpp index 204bf70778..71c02c4ea6 100644 --- a/clientgui/AccountManagerPropertiesPage.cpp +++ b/clientgui/AccountManagerPropertiesPage.cpp @@ -451,7 +451,7 @@ wxWizardPageEx* CAccountManagerPropertiesPage::GetNext() const // No Internet Connection return PAGE_TRANSITION_NEXT(ID_ERRNOINTERNETCONNECTIONPAGE); } else { - // The project much be down for maintenance + // The project must be down for maintenance return PAGE_TRANSITION_NEXT(ID_ERRUNAVAILABLEPAGE); } return NULL; diff --git a/clientgui/ProjectPropertiesPage.cpp b/clientgui/ProjectPropertiesPage.cpp index 56912bcc41..48676eb9e5 100644 --- a/clientgui/ProjectPropertiesPage.cpp +++ b/clientgui/ProjectPropertiesPage.cpp @@ -195,7 +195,7 @@ wxWizardPageEx* CProjectPropertiesPage::GetNext() const // No Internet Connection return PAGE_TRANSITION_NEXT(ID_ERRNOINTERNETCONNECTIONPAGE); } else { - // The project much be down for maintenance + // The project must be down for maintenance return PAGE_TRANSITION_NEXT(ID_ERRUNAVAILABLEPAGE); } return NULL;