Closed
Bug 1040442
Opened 11 years ago
Closed 11 years ago
[Lint] contacts_account_chooser_dialog_title should use ellipsis, not three periods
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 34
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
(Whiteboard: lint)
Attachments
(1 file)
|
2.67 KB,
patch
|
stully
:
review+
|
Details | Diff | Splinter Review |
Replace "..." with ellipsis character (…, …) ?
Issue: Looks for ellipsis strings (...) which can be replaced with an ellipsis character
Id: TypographyEllipsis
You can replace the string "..." with a dedicated ellipsis character, ellipsis character (…, …). This can help make the text more readable.
[http://en.wikipedia.org/wiki/Ellipsis]
<!-- Contacts API -->
<string name="contacts_account_chooser_dialog_title">Share contacts from...</string>
This has already been localized. Don't forget to rename the string and add a localization note.
| Assignee | ||
Comment 1•11 years ago
|
||
Not yet localized, actually -- that's an artifact of the build, as best I can tell. But still good practice to rev those names when contents change.
Attachment #8458407 -
Flags: review?(shane)
| Assignee | ||
Updated•11 years ago
|
Assignee: shane → rnewman
Comment 2•11 years ago
|
||
Comment on attachment 8458407 [details] [diff] [review]
[Lint] contacts_account_chooser_dialog_title should use ellipsis, not three periods. v1
Review of attachment 8458407 [details] [diff] [review]:
-----------------------------------------------------------------
Not sure I'm qualified to r+ this since this was from my internship last summer and I haven't worked on anything Mozilla related since then, but sure, looks good to me!
Attachment #8458407 -
Flags: review?(shane) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment on attachment 8458407 [details] [diff] [review]
[Lint] contacts_account_chooser_dialog_title should use ellipsis, not three periods. v1
I might be mistaken, but I'm not sure strings directly added to strings.xml.in are actually part of the l10n process. I mention that because we typcially do not bump entities in strings.xml.in since l10n translators never see them. They only see the changes in the locales folder.
| Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #4)
> I might be mistaken, but I'm not sure strings directly added to
> strings.xml.in are actually part of the l10n process.
Correct; see Comment 1. Bumping the number is just a good habit.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•