From db996dedc9bcfd253970772d838970a5ae4af158 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Jun 2008 21:09:47 +0000 Subject: [PATCH] - manager: fix messages: "shut down" is 2 wds etc. svn path=/trunk/boinc/; revision=15365 --- checkin_notes | 6 ++++++ clientgui/AdvancedFrame.cpp | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index d78c59c3f4..8407cf7ef3 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4712,3 +4712,9 @@ David 5 June 2008 pm.php team_edit_action.php team_search.php + +David 5 June 2008 + - manager: fix messages: "shut down" is 2 wds etc. + + clientgui/ + AdvancedFrame.cpp diff --git a/clientgui/AdvancedFrame.cpp b/clientgui/AdvancedFrame.cpp index 1a886f7d36..083e15ab53 100644 --- a/clientgui/AdvancedFrame.cpp +++ b/clientgui/AdvancedFrame.cpp @@ -1260,9 +1260,8 @@ void CAdvancedFrame::OnClientShutdown(wxCommandEvent& WXUNUSED(event)) { // 2nd %s is the project name // i.e. 'BOINC', 'GridRepublic' strDialogMessage.Printf( - _("%s is going to shutdown the core client it is currently connected to.\n" - "NOTE: Choosing 'OK' will cause the select new computer dialog to appear \n" - "so you can attach to a different core client."), + _("%s will shut down the currently connected client,\n" + "and prompt you for another host to connect to.\n"), pSkinAdvanced->GetApplicationName().c_str() );