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

Unified Diff: ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.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: ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
diff --git a/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm b/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
index 0ffb4d3ce4acb533e7db91bacf9f8fc462584836..166b892d4186e59e635f01c7f63567451882602c 100644
--- a/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
+++ b/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
@@ -26,7 +26,7 @@ NSString* MessageForHTTPAuth(NSURLProtectionSpace* protectionSpace) {
return RequesterIdentity(protectionSpace);
NSString* securityWarning =
- l10n_util::GetNSString(IDS_PAGE_INFO_NON_SECURE_TRANSPORT);
+ l10n_util::GetNSString(IDS_PAGE_INFO_NOT_SECURE_SUMMARY);
return
[NSString stringWithFormat:@"%@ %@", RequesterIdentity(protectionSpace),
securityWarning];
« no previous file with comments | « components/page_info_strings.grdp ('k') | ios/chrome/browser/ui/dialogs/nsurl_protection_space_util_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698