Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 81251666f6083ef82222a21d851a4482a08e38fe..1f968b2489de8c39aecd74e2074a7b0ad631ee2d 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -3389,12 +3389,7 @@ Even if you have downloaded files from this website before, the website might ha |
</message> |
</if> |
- <!-- Add Client Certificate Dialog --> |
- <if expr="is_macosx"> |
- <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that adds the certificate in the Add Client Certificate dialog"> |
- Add Certificate |
- </message> |
- </if> |
+ <!-- Client certificate enrollment failure infobar --> |
<message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation"> |
The server returned an invalid client certificate. Error <ph name="ERROR_number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_CERT_INVALID</ex></ph>). |
</message> |
@@ -3402,7 +3397,7 @@ Even if you have downloaded files from this website before, the website might ha |
There was an error while trying to store the client certificate. Error <ph name="ERROR_number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_CERT_INVALID</ex></ph>). |
</message> |
- <!-- Certificate success infobar --> |
+ <!-- Client certificate enrollment infobar --> |
<message name="IDS_ADD_CERT_SUCCESS_INFOBAR_LABEL" desc="Label displayed in an infobar when the browser successfully imports a certificate"> |
Successfully stored client certificate issued by <ph name="ISSUER">$1<ex>VeriSign</ex></ph>. |
</message> |