Closed
Bug 1417775
Opened 5 years ago
Closed 5 years ago
Always use shorter version preference string in dropdown footer
Categories
(Toolkit :: Form Autofill, enhancement, P3)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: ralin, Assigned: ralin)
References
Details
Attachments
(1 file)
In order to minimize the chance that footer string breaking into two lines, let's use short version string all the times.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•5 years ago
|
||
This should be something irrelevant to translation, so I just removed the long version string from locales, though the "Short" suffix seems pointless now.
Assignee: nobody → ralin
Status: NEW → ASSIGNED
Comment 3•5 years ago
|
||
mozreview-review |
Comment on attachment 8930384 [details] Bug 1417775 - Always use short version preferences string on form autofill dropdown footer. https://reviewboard.mozilla.org/r/201528/#review207276 ::: browser/extensions/formautofill/locales/en-US/formautofill.properties:54 (Diff revision 1) > updateCreditCardLabel = Update Credit Card > updateCreditCardAccessKey = U > # LOCALIZATION NOTE (openAutofillMessagePanel): Tooltip label for Form Autofill doorhanger icon on address bar. > openAutofillMessagePanel = Open Form Autofill message panel > > -# LOCALIZATION NOTE (autocompleteFooterOption, autocompleteFooterOptionOSX): Used as a label for the button, > +# LOCALIZATION NOTE ( (autocompleteFooterOptionShort, autocompleteFooterOptionOSXSho): Used as a label for the button, missing "rt" in `autocompleteFooterOptionOSXShort` ::: browser/extensions/formautofill/locales/en-US/formautofill.properties:55 (Diff revision 1) > updateCreditCardAccessKey = U > # LOCALIZATION NOTE (openAutofillMessagePanel): Tooltip label for Form Autofill doorhanger icon on address bar. > openAutofillMessagePanel = Open Form Autofill message panel > > -# LOCALIZATION NOTE (autocompleteFooterOption, autocompleteFooterOptionOSX): Used as a label for the button, > -# displayed at the bottom of the drop down suggestion, to open Form Autofill browser preferences. > +# LOCALIZATION NOTE ( (autocompleteFooterOptionShort, autocompleteFooterOptionOSXSho): Used as a label for the button, > +# displayed at the bottom of the dropdown suggestion, to open Form Autofill browser preferences. Maybe we can comment here to remind us that "Short" suffix should be removed upon strings change next time. (so that we won't get "autocompleteFooterOptionShort2"...)
Attachment #8930384 -
Flags: review?(lchang) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•5 years ago
|
||
mozreview-review-reply |
Comment on attachment 8930384 [details] Bug 1417775 - Always use short version preferences string on form autofill dropdown footer. https://reviewboard.mozilla.org/r/201528/#review207276 > Maybe we can comment here to remind us that "Short" suffix should be removed upon strings change next time. (so that we won't get "autocompleteFooterOptionShort2"...) Good point! Thanks! instead, I leave the comment inside the binding as we discussed, so won't mess up the translation.
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/499c048e1ed0 Always use short version preferences string on form autofill dropdown footer. r=lchang
Keywords: checkin-needed
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/499c048e1ed0
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•