| Index: chrome/app/settings_strings.grdp
|
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
|
| index b6059e3a63aee7f2837a22abe81b7c6c7b81e4ec..e587d725943f4fe345fc27aa24c8a0712ed5c9f1 100644
|
| --- a/chrome/app/settings_strings.grdp
|
| +++ b/chrome/app/settings_strings.grdp
|
| @@ -611,9 +611,11 @@
|
| <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for import button in certificate manager.">
|
| Import
|
| </message>
|
| - <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label for import and bind button in certificate manager.">
|
| - Import and Bind to Device
|
| - </message>
|
| + <if expr="chromeos">
|
| + <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label for import and bind button in certificate manager.">
|
| + Import and Bind
|
| + </message>
|
| + </if>
|
| <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for export button in certificate manager.">
|
| Export
|
| </message>
|
|
|