Chromium Code Reviews| Index: chrome/android/java/strings/android_chrome_strings.grd |
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
| index c827efa3bccb075e4acab2019203c02e4ae340a9..9f5a32046d16f41751366efddc7de0d47193bb6e 100644 |
| --- a/chrome/android/java/strings/android_chrome_strings.grd |
| +++ b/chrome/android/java/strings/android_chrome_strings.grd |
| @@ -2243,6 +2243,15 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr |
| <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> |
| mobile_awsnap |
| </message> |
| + |
| + <!-- Client certificate selection failure strings. --> |
| + <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client certificate selection"> |
|
newt (away)
2015/09/09 20:39:15
Could you add a little more context around the wor
|
| + Unable to select certificate. |
| + </message> |
| + <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client certificate selection"> |
| + Client side certificate selection is not supported by the operating system. |
| + </message> |
| + |
| </messages> |
| </release> |
| </grit> |