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

Unified Diff: chrome/app/generated_resources.grd

Issue 160133: Add strings for SSL3.0 and TLS1.0 config options for Linux. (Closed)
Patch Set: Created 11 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 4e03557e2e3ced46d9aa04c8f45208846ea1ad52..2dfeccd3698ffd8000d7296143d876dad4693a1e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3306,6 +3306,12 @@ each locale. -->
<message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Check for server certificate revocation' checkbox">
Check for server certificate revocation
</message>
+ <message name="IDS_OPTIONS_SSL_USESSL3" desc="The label of the 'Use SSL 3.0' checkbox (Only used on Linux.)">
wtc 2009/07/29 00:42:26 Nit: would be nice for these two options to follow
+ Use SSL 3.0
+ </message>
+ <message name="IDS_OPTIONS_SSL_USETLS1" desc="The label of the 'Use TLS 1.0' checkbox (Only used on Linux.)">
+ Use TLS 1.0
+ </message>
<message name="IDS_OPTIONS_MIXED_CONTENT_LABEL" desc="The documentation string of the 'Mixed Content handling' preference.">
When there is mixed content on secure (SSL) pages:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698