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

Unified Diff: chrome/app/generated_resources.grd

Issue 299323002: Modified the certificate details viewers to include the timezone in the certificates validity dates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making changes to fix formating and internationalization. Created 6 years, 7 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/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index a0e471b58ffaf5532a27be705e406e8bb242c1d2..91bf5223b7d9e219c4e8780753f74ab999cc1185 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2726,6 +2726,9 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_CERT_DETAILS_NOT_AFTER" desc="The label of the Validity->Not After element in the details page of the certificate info dialog.">
Not After
</message>
+ <message name="IDS_CERT_DETAILS_VALIDITY_TIMEZONE" desc="The string specifying the timezone in the Validity->Not Before and Validity->Not After elements in the details page of the certificate info dialog.">
+ (UTC)
jww 2014/05/27 23:43:29 nit: I'd rename this to IDS_CERT_DETAILS_UTC_TIMEZ
mhm 2014/05/28 00:02:44 Done.
+ </message>
<message name="IDS_CERT_DETAILS_SUBJECT" desc="The label of the Subject element in the details page of the certificate info dialog. (In this case, subject refers to the entity the certificate was issued to.)">
Subject
</message>

Powered by Google App Engine
This is Rietveld 408576698