Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6606)

Unified Diff: chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm

Issue 2849713003: Move all Page Info strings into page_info_strings.grdp (Closed)
Patch Set: Fix moar. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:)];
}
« no previous file with comments | « chrome/browser/ui/android/page_info/connection_info_popup_android.cc ('k') | chrome/browser/ui/login/login_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698