| Index: chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm b/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| index bb17f8bf654ef5b4b7d679833211eee851f49386..ba063bfdfefadd2a363daa042a6502ec0f6f4d44 100644
|
| --- a/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| @@ -171,7 +171,7 @@ std::unique_ptr<BubbleUi> ChooserBubbleDelegate::BuildBubbleUi() {
|
| chooserContentView_.reset([[ChooserContentViewCocoa alloc]
|
| initWithChooserTitle:
|
| l10n_util::GetNSStringF(
|
| - IDS_CHOOSER_BUBBLE_PROMPT,
|
| + IDS_DEVICE_CHOOSER_PROMPT,
|
| url_formatter::FormatOriginForSecurityDisplay(
|
| chooserController_->GetOrigin(),
|
| url_formatter::SchemeDisplay::OMIT_CRYPTOGRAPHIC))]);
|
| @@ -228,7 +228,7 @@ std::unique_ptr<BubbleUi> ChooserBubbleDelegate::BuildBubbleUi() {
|
| static_cast<NSInteger>(chooserController_->NumOptions());
|
| if (num_options == 0) {
|
| DCHECK_EQ(0, rowIndex);
|
| - return l10n_util::GetNSString(IDS_CHOOSER_BUBBLE_NO_DEVICES_FOUND_PROMPT);
|
| + return l10n_util::GetNSString(IDS_DEVICE_CHOOSER_NO_DEVICES_FOUND_PROMPT);
|
| }
|
|
|
| DCHECK_GE(rowIndex, 0);
|
|
|