Commit 79ceb2c9 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Remove unused Autofill strings.

Or mark them as platform-specific.

Change-Id: I9f02c101b3df5306ea8d18fc3b3041573510c86c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1420275
Commit-Queue: sebsg <sebsg@chromium.org>
Reviewed-by: default avatarsebsg <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659473}
parent 43dc6d66
...@@ -768,15 +768,11 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o ...@@ -768,15 +768,11 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
</message> </message>
</if> </if>
<message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox that controls whether info the user types into the autofill dialog is saved by chrome."> <if expr="is_android">
Save details in Chromium <message name="IDS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that described a Wallet credit card which has been copied to the local Chrome instance.">
</message> Copied to Chromium
<message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_TOOLTIP" desc="Tooltip which explains function of checkbox that controls whether info the user types into the autofill dialog is saved by chrome."> </message>
Chromium will securely store your personal details so you don't need to type them in again. </if>
</message>
<message name="IDS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that described a Wallet credit card which has been copied to the local Chrome instance.">
Copied to Chromium
</message>
<!-- App list --> <!-- App list -->
<if expr="enable_app_list"> <if expr="enable_app_list">
......
...@@ -778,15 +778,11 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth ...@@ -778,15 +778,11 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
</message> </message>
</if> </if>
<message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox that controls whether info the user types into the autofill dialog is saved by chrome."> <if expr="is_android">
Save details in Chrome <message name="IDS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that described a Wallet credit card which has been copied to the local Chrome instance.">
</message> Copied to Chrome
<message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_TOOLTIP" desc="Tooltip which explains function of checkbox that controls whether info the user types into the autofill dialog is saved by chrome."> </message>
Chrome will securely store your personal details so you don't need to type them again. </if>
</message>
<message name="IDS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that described a Wallet credit card which has been copied to the local Chrome instance.">
Copied to Chrome
</message>
<!-- App list --> <!-- App list -->
<if expr="enable_app_list"> <if expr="enable_app_list">
......
...@@ -11,9 +11,13 @@ ...@@ -11,9 +11,13 @@
CLEAR FORM CLEAR FORM
</message> </message>
</if> </if>
<message name="IDS_AUTOFILL_CLEAR_LOCAL_COPY_BUTTON" desc="The label of the button that clears the local copy of a Wallet Credit Card." formatter_data="android_java">
Clear copy <if expr="is_android or is_ios">
</message> <message name="IDS_AUTOFILL_CLEAR_LOCAL_COPY_BUTTON" desc="The label of the button that clears the local copy of a Wallet Credit Card." formatter_data="android_java">
Clear copy
</message>
</if>
<message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a secure connection."> <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a secure connection.">
Automatic credit card filling is disabled because this form does not use a secure connection. Automatic credit card filling is disabled because this form does not use a secure connection.
</message> </message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment