mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9690
This commit is contained in:
parent
13ff75ef09
commit
5b17210142
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue