зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1399402 - Correct "Never Save Credit Cards" string in the credit card door hanger. r=lchang
MozReview-Commit-ID: FLMkaOj1NVh --HG-- extra : rebase_source : 175bd5cf8a2fd98dc031c41ee807f74baf58c674
This commit is contained in:
Родитель
ad8f411f7d
Коммит
7fbb59b32e
|
@ -112,7 +112,7 @@ const CONTENT = {
|
|||
accessKey: "D",
|
||||
callbackState: "cancel",
|
||||
}, {
|
||||
label: GetStringFromName("disableCreditCardLabel"),
|
||||
label: GetStringFromName("neverSaveCreditCardLabel"),
|
||||
accessKey: "N",
|
||||
callbackState: "disable",
|
||||
}],
|
||||
|
|
|
@ -22,7 +22,7 @@ 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче