mirror of https://github.com/BOINC/boinc.git
- manager: msg tweak
svn path=/trunk/boinc/; revision=22996
This commit is contained in:
parent
b2f04c9784
commit
812b7bb151
|
@ -507,3 +507,8 @@ David 4 Feb 2011
|
|||
lib/
|
||||
gui_rpc_client.h
|
||||
gui_rpc_client_ops.cpp
|
||||
|
||||
David 7 Feb 2011
|
||||
- manager: msg tweak
|
||||
client/
|
||||
CompletionErrorPage.cpp
|
||||
|
|
|
@ -218,7 +218,7 @@ void CCompletionErrorPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
|
||||
if (m_pServerMessagesCtrl->GetLabel().IsEmpty()) {
|
||||
m_pDirectionsStaticCtrl->SetLabel(
|
||||
_("An error has occurred;\ncheck Messages for details.\n\nClick Finish to close.")
|
||||
_("An error has occurred;\ncheck the Event Log for details.\n\nClick Finish to close.")
|
||||
);
|
||||
} else {
|
||||
m_pDirectionsStaticCtrl->SetLabel(
|
||||
|
|
Loading…
Reference in New Issue