Closed
Bug 498942
Opened 16 years ago
Closed 16 years ago
"detailed review" should be capitalized
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: davemgarrett, Assigned: clouserw)
Details
(Keywords: polish)
Attachments
(1 obsolete file)
nit-pick: "detailed review" on the add-on pages should be capitalized to "Detailed Review"
In the newer layout on preview the "Review Guidelines" link is now always shown right above it. Looks odd to have title case for one link and then lower case for the other. (though, the strings have the same issue on production)
Comment 1•16 years ago
|
||
Assignee: nobody → rjbuild1088
Attachment #394966 -
Flags: review?(clouserw)
| Reporter | ||
Comment 2•16 years ago
|
||
Isn't that just a string ID? I think you need to change this in
app/locale/en_US/LC_MESSAGES/messages.po
| Reporter | ||
Comment 3•16 years ago
|
||
If you want to capitalize the ID too, you'd also need to do so in all the other locale files.
Comment 4•16 years ago
|
||
Hey Dave, thanks for the feedback. I guess since most of the strings I've modified thus far have just been fallback based, I didn't consider this as an issue.
We can ignore this patch for now, I'll post a new one tomorrow.
Updated•16 years ago
|
Attachment #394966 -
Attachment is obsolete: true
Attachment #394966 -
Flags: review?(clouserw)
| Assignee | ||
Comment 5•16 years ago
|
||
Yeah, that's a new issue with L10n (that everyone else in the world deals with). As I understand it, the guidelines are:
- if it's a really minor tweak like capitalization the msgstr can differ from the msgid in the .po.
- Since we're in an L10n freeze and massively changing the files right now, we can go ahead and change the msgid. However, we can't commit this right now due to the freeze and waiting on gandalf's final script. I have a script that will s/x/y/g recursively if you want to assign this to me.
Updated•16 years ago
|
Assignee: rjbuild1088 → clouserw
| Assignee | ||
Comment 6•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•16 years ago
|
||
I was suggesting "Detailed Review" not "Detailed review" to match the "Review Guidelines" directly next to it.
| Reporter | ||
Comment 9•16 years ago
|
||
Thanks. Looks good.
Went from "smallest patch ever" to largest patch possible for such a trivial change". :)
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•