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

Side by Side Diff: components/autofill_strings.grdp

Issue 2888733004: Change text and disable empty combobox for payment request shipping address (Closed)
Patch Set: Fixed a weird goof Created 3 years, 7 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 | « components/autofill/core/browser/address_combobox_model.cc ('k') | 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 <if expr="not is_ios"> 4 <if expr="not is_ios">
5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form."> 5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form.">
6 Clear form 6 Clear form
7 </message> 7 </message>
8 </if> 8 </if>
9 <if expr="is_ios"> 9 <if expr="is_ios">
10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form."> 10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form.">
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 </message> 348 </message>
349 <message name="IDS_AUTOFILL_LOADING_REGIONS" desc="The string to display in th e regions combobox while loading the region data."> 349 <message name="IDS_AUTOFILL_LOADING_REGIONS" desc="The string to display in th e regions combobox while loading the region data.">
350 Loading... 350 Loading...
351 </message> 351 </message>
352 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa y in the regions combo box when loading the region data failed."> 352 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa y in the regions combo box when loading the region data failed.">
353 Failed loading regions data 353 Failed loading regions data
354 </message> 354 </message>
355 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet."> 355 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet.">
356 Select 356 Select
357 </message> 357 </message>
358 <message name="IDS_AUTOFILL_ADD_BILLING_ADDRESS" desc="The string to display i n comboboxes when no billing addresses are available."> 358 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c omboboxes when no addresses are available.">
359 Add a billing address 359 No saved addresses
360 </message> 360 </message>
361 </grit-part> 361 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/address_combobox_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698