MGR: Tweak text in crash alert

svn path=/trunk/boinc/; revision=21948
This commit is contained in:
Charlie Fenton 2010-07-14 23:52:15 +00:00
parent acad5fbd5d
commit 7deae1ff14
2 changed files with 7 additions and 1 deletions

View File

@ -5130,3 +5130,9 @@ David 14 Jul 2010
lib/
gui_rpc_client.h
gui_rpc_client_ops.cpp
Charlie 14 Jul 2010
- MGR: Tweak text in crash alert.
clientgui/
BOINCClientManager.cpp

View File

@ -541,7 +541,7 @@ ClientCrashDlg::ClientCrashDlg(double timeDiff) : wxDialog( NULL, wxID_ANY, wxT(
// 2st %s is the project name
// i.e. 'BOINC', 'GridRepublic'
strDialogMessage.Printf(
_("The %s client has exited unexpectedly 3 times within the last %d minutes.\nWould you like to try to restart it again?"),
_("The %s client has exited unexpectedly 3 times within the last %d minutes.\nWould you like to restart it again?"),
pSkinAdvanced->GetApplicationShortName().c_str(),
minutes
);