Bug 1399402 - Correct "Never Save Credit Cards" string in the credit card door hanger. r=lchang draft
authorsteveck-chung <schung@mozilla.com>
Thu, 14 Sep 2017 11:36:48 +0800
changeset 664640 499e42e33dcf63b94669b245754edc84f6f1367a
parent 662089 a5f163da8a9be5d2e86138c57d59be69723b5457
child 731494 29626ce58382e753461729de8cdd423d5237a367
push id79750
push userbmo:schung@mozilla.com
push dateThu, 14 Sep 2017 06:55:09 +0000
reviewerslchang
bugs1399402
milestone57.0a1
Bug 1399402 - Correct "Never Save Credit Cards" string in the credit card door hanger. r=lchang MozReview-Commit-ID: FLMkaOj1NVh
browser/extensions/formautofill/FormAutofillDoorhanger.jsm
browser/extensions/formautofill/locales/en-US/formautofill.properties
--- 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
@@ -16,17 +16,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