Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Side by Side Diff: components/autofill_strings.grdp

Issue 1069583002: Change text of positive button on Autofill Save CC infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge stions dropdown that clears an auto-filled form."> 4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge stions dropdown that clears an auto-filled form.">
5 Clear form 5 Clear form
6 </message> 6 </message>
7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form."> 7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form.">
8 This webpage has disabled automatic filling for this form. 8 This webpage has disabled automatic filling for this form.
9 </message> 9 </message>
10 <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 s ecure connection."> 10 <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 s ecure connection.">
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po pup that triggers a new credit card to be scanned using the camera on the device ."> 128 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po pup that triggers a new credit card to be scanned using the camera on the device .">
129 Scan new card 129 Scan new card
130 </message> 130 </message>
131 131
132 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked."> 132 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked.">
133 Use password for: 133 Use password for:
134 </message> 134 </message>
135 135
136 <!-- Autofill infobar --> 136 <!-- Autofill infobar -->
137 <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Auto fill credit card request infobar accept button."> 137 <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Auto fill credit card request infobar accept button.">
138 Save info 138 Save
139 </message> 139 </message>
140 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button."> 140 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button.">
141 Don't save 141 Don't save
142 </message> 142 </message>
143 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar."> 143 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar.">
144 Do you want Chrome to save this credit card information for completing web f orms? 144 Do you want Chrome to save this credit card information for completing web f orms?
145 </message> 145 </message>
146 146
147 </grit-part> 147 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698