| Index: chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
|
| index 594a326f4794095f41c7d61bb04af5ec6453b020..59cf17271d727ca9236b9adaf72f1696109ce0b1 100644
|
| --- a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
|
| @@ -855,14 +855,14 @@ bool IsInternalURL(const GURL& url) {
|
| atPoint:NSMakePoint(kSectionHorizontalPadding, 0)];
|
| [resetDecisionsField_
|
| setStringValue:l10n_util::GetNSString(
|
| - IDS_PAGEINFO_INVALID_CERTIFICATE_DESCRIPTION)];
|
| + IDS_PAGE_INFO_INVALID_CERTIFICATE_DESCRIPTION)];
|
| [self sizeTextFieldHeightToFit:resetDecisionsField_];
|
|
|
| - resetDecisionsButton_ =
|
| - [self addLinkButtonWithText:
|
| - l10n_util::GetNSString(
|
| - IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON)
|
| - toView:securitySectionView_];
|
| + resetDecisionsButton_ = [self
|
| + addLinkButtonWithText:
|
| + l10n_util::GetNSString(
|
| + IDS_PAGE_INFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON)
|
| + toView:securitySectionView_];
|
| [resetDecisionsButton_ setTarget:self];
|
| [resetDecisionsButton_ setAction:@selector(resetCertificateDecisions:)];
|
| }
|
|
|