| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 05e79d915897bc499486c86819621f332af26268..76f5bd9c0a69fb61862f28212697ac4a397dfa33 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -9239,6 +9239,17 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| </message>
|
| </if>
|
|
|
| + <!-- Page Info Bubble -->
|
| + <message name="IDS_PAGE_INFO_ENCRYPTED_CONNECTION_SUMMARY_TEXT" desc="Message to display in the page info bubble when the connection is encrypted.">
|
| + Your connection to this site is private.
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_UNENCRYPTED_CONNECTION_SUMMARY_TEXT" desc="Message to display in the page info bubble when the connection is not encrypted.">
|
| + Your connection to this site is not private.
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_MIXED_CONTENT_CONNECTION_SUMMARY_TEXT" desc="Message to display in the page info bubble when the connection is encrypted, but there is unencrypted content on the page.">
|
| + Your connection to this site is private (HTTPS), but someone on the network might be able to change the look of the page.
|
| + </message>
|
| +
|
| <!-- Critical Notification Bubble -->
|
| <message name="IDS_CRITICAL_NOTIFICATION_HEADLINE" desc="The headline for the critical notification">
|
| <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will restart in <ph name="SECONDS">$2<ex>10</ex></ph> seconds.
|
|
|