author | steveck-chung <schung@mozilla.com> |
Thu, 14 Sep 2017 11:36:48 +0800 | |
changeset 380863 | 1b5b6e3c41fc68b8f1efde169bd7962ba86b0a5b |
parent 380862 | cd559c11588f86cdfc72be65e4f0e478422dc0c2 |
child 380864 | dd6b788f149763c4014c27f2fe1a1d13228bda82 |
child 380871 | 5e5eab26b9dec16c05f70c351d78863f8cb23900 |
push id | 32499 |
push user | archaeopteryx@coole-files.de |
push date | Thu, 14 Sep 2017 09:04:30 +0000 |
treeherder | mozilla-central@dd6b788f1497 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | lchang |
bugs | 1399402 |
milestone | 57.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/extensions/formautofill/FormAutofillDoorhanger.jsm +++ b/browser/extensions/formautofill/FormAutofillDoorhanger.jsm @@ -107,17 +107,17 @@ const CONTENT = { accessKey: "S", callbackState: "save", }, secondaryActions: [{ label: GetStringFromName("cancelCreditCardLabel"), accessKey: "D", callbackState: "cancel", }, { - label: GetStringFromName("disableCreditCardLabel"), + label: GetStringFromName("neverSaveCreditCardLabel"), accessKey: "N", callbackState: "disable", }], options: { persistWhileVisible: true, popupIconURL: "chrome://formautofill/content/icon-credit-card.svg", }, },
--- a/browser/extensions/formautofill/locales/en-US/formautofill.properties +++ b/browser/extensions/formautofill/locales/en-US/formautofill.properties @@ -17,17 +17,17 @@ autofillSecurityOptionsLinkOSX = Form Au changeAutofillOptionsOSX = Change Form Autofill Preferences addressesSyncCheckbox = Share addresses with synced devices updateAddressMessage = Would you like to update your address with this new information? createAddressLabel = Create New Address updateAddressLabel = Update Address saveCreditCardMessage = Would you like Firefox to save this credit card? (Security code will not be saved) saveCreditCardLabel = Save Credit Card cancelCreditCardLabel = Don’t Save -disableCreditCardLabel = Never Save credit Cards +neverSaveCreditCardLabel = Never Save Credit Cards openAutofillMessagePanel = Open Form Autofill message panel autocompleteFooterOption = Form Autofill Options autocompleteFooterOptionShort = More Options autocompleteFooterOptionOSX = Form Autofill Preferences autocompleteFooterOptionOSXShort = Preferences category.address = address category.name = name category.organization = company