| Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| index e0e09f2c99a5d4b49476dfc412164237bc71e119..f25d7d20d8fef77c3849d3ec825a3669a9c77a54 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| @@ -742,7 +742,7 @@ const ContentTypeToNibPath kNibPaths[] = {
|
| - (void)initManageDoneButtons {
|
| const ContentSettingBubbleModel::BubbleContent& content =
|
| contentSettingBubbleModel_->bubble_content();
|
| - [manageButton_ setTitle:base::SysUTF8ToNSString(content.manage_link)];
|
| + [manageButton_ setTitle:base::SysUTF8ToNSString(content.manage_text)];
|
| [GTMUILocalizerAndLayoutTweaker sizeToFitView:[manageButton_ superview]];
|
|
|
| CGFloat actualWidth = NSWidth([[[self window] contentView] frame]);
|
|
|