| Index: chrome/browser/app_controller_mac.mm
|
| diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
|
| index f2253371c6c6aece90ea02551010152ff11aa58c..39442383924734c51772269c420b3a6aeb2ca097 100644
|
| --- a/chrome/browser/app_controller_mac.mm
|
| +++ b/chrome/browser/app_controller_mac.mm
|
| @@ -714,8 +714,8 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
|
| IDS_DOWNLOAD_REMOVE_CONFIRM_CANCEL_BUTTON_LABEL);
|
|
|
| // 'waitButton' is the default choice.
|
| - int choice = NSRunAlertPanel(titleText, explanationText,
|
| - waitTitle, exitTitle, nil);
|
| + int choice = NSRunAlertPanel(titleText, @"%@",
|
| + waitTitle, exitTitle, nil, explanationText);
|
| return choice == NSAlertDefaultReturn ? YES : NO;
|
| }
|
|
|
|
|