Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index b7220b6f7ae8f36be60e1f48c2f41913c263cfc0..d6566206b0d33f0f3ad02a90ef67abe64f98978e 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -14321,6 +14321,12 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex |
| <message name="IDS_SECURE_PROTOCOL_AND_CIPHERSUITE_DESCRIPTION" desc="Description of a site that uses a modern, secure TLS protocol version and ciphersuite."> |
| The connection to this site is using a strong protocol version and cipher suite. |
| </message> |
| + <message name="IDS_OBSOLETE_PROTOCOL_AND_CIPHERSUITE" desc="Summary phrase for a site that uses a modern, secure TLS protocol version and ciphersuite."> |
|
estark
2016/02/24 02:10:50
Both of these desc attributes should say "obsolete
lgarron
2016/04/09 03:22:50
Done.
|
| + Obsolete TLS settings |
| + </message> |
| + <message name="IDS_OBSOLETE_PROTOCOL_AND_CIPHERSUITE_DESCRIPTION" desc="Description of a site that uses a modern, secure TLS protocol version and ciphersuite."> |
| + The connection to this site is using an obsolete cipher suite. |
| + </message> |
| <message name="IDS_SAVE_PASSWORD_TITLE" desc="The title of the save password bubble when a password can be saved."> |
| Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ph> to save your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>? |
| </message> |