mirror of https://github.com/BOINC/boinc.git
MGR: Tweak text in crash alert
svn path=/trunk/boinc/; revision=21948
This commit is contained in:
parent
acad5fbd5d
commit
7deae1ff14
|
@ -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
|
||||
|
|
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue