| Index: chrome/browser/ui/cocoa/autofill/autofill_main_container.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm
|
| index 0d11e1fecc170d52f5629d36f4ecc5be855b007d..ecb579acc1436bb43cc0b8bf1967aea57120bb8b 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm
|
| @@ -71,7 +71,7 @@
|
| ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed(
|
| IDR_AUTOFILL_TOOLTIP_ICON).ToNSImage()];
|
| [saveInChromeTooltip_ setToolTip:
|
| - base::SysUTF16ToNSString(delegate_->SaveLocallyTooltip())];
|
| + base::SysUTF16ToNSString(delegate_->SaveLocallyLearnMoreText())];
|
| [saveInChromeTooltip_ setFrameSize:[[saveInChromeTooltip_ image] size]];
|
| [[self view] addSubview:saveInChromeTooltip_];
|
|
|
|
|