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

Unified Diff: chrome/browser/ui/webui/options2/certificate_manager_handler2.cc

Issue 10260016: Standardize formatting of certificate authority trust overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix title of the certificate manager dialog. Created 8 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
« no previous file with comments | « chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/certificate_manager_handler2.cc
diff --git a/chrome/browser/ui/webui/options2/certificate_manager_handler2.cc b/chrome/browser/ui/webui/options2/certificate_manager_handler2.cc
index 537120ffa08fd91cb13db2e19e2b73ecadb2f5f6..5129a2178220d5ba45c968db2097e5ddfdaad76d 100644
--- a/chrome/browser/ui/webui/options2/certificate_manager_handler2.cc
+++ b/chrome/browser/ui/webui/options2/certificate_manager_handler2.cc
@@ -328,6 +328,8 @@ void CertificateManagerHandler::GetLocalizedValues(
l10n_util::GetStringUTF16(IDS_CERT_MANAGER_CONFIRM_PASSWORD_LABEL));
// Edit CA Trust & Import CA overlay strings.
+ localized_strings->SetString("certificateEditCaTitle",
+ l10n_util::GetStringUTF16(IDS_CERT_MANAGER_EDIT_CA_TITLE));
localized_strings->SetString("certificateEditTrustLabel",
l10n_util::GetStringUTF16(IDS_CERT_MANAGER_EDIT_TRUST_LABEL));
localized_strings->SetString("certificateEditCaTrustDescriptionFormat",
« no previous file with comments | « chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698