Closed
Bug 413493
Opened 18 years ago
Closed 18 years ago
Incorrect naming of label and accesskey
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9beta3
People
(Reporter: friedel, Assigned: wladow)
Details
(Keywords: late-l10n)
Attachments
(1 file)
1.83 KB,
patch
|
sdwilsh
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
In toolkit/chrome/mozapps/downloads/downloads.dtd a lable and an accesskey is incorrectly named. This makes automatic matching and QA in all translations impossible.
cmd.show.labelMac
cmd.show.accesskeyMac
should for example be
cmd.showMac.label
cmd.showMac.accesskey
Comment 1•18 years ago
|
||
do we still want to fix this since it's after the string freeze?
Assignee | ||
Comment 2•18 years ago
|
||
I think it's still time to get this in as many l10n bugs still wait for checkin and this is easy to review and low-risk patch.
Comment 3•18 years ago
|
||
Comment on attachment 299459 [details] [diff] [review]
patch
No ui-review is necessary for this, but string freeze has already happened. However, as this does affect localizers, it may be taken anyway.
Attachment #299459 -
Flags: ui-review?(beltzner) → review?(sdwilsh)
Comment 4•18 years ago
|
||
Comment on attachment 299459 [details] [diff] [review]
patch
r=sdwilsh
Attachment #299459 -
Flags: review?(sdwilsh)
Attachment #299459 -
Flags: review+
Attachment #299459 -
Flags: approval1.9?
Comment 5•18 years ago
|
||
Comment on attachment 299459 [details] [diff] [review]
patch
a=beltzner
Attachment #299459 -
Flags: approval1.9? → approval1.9+
Comment 6•18 years ago
|
||
Checking in toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd,v <-- downloads.dtd
new revision: 1.23; previous revision: 1.22
done
Checking in toolkit/mozapps/downloads/content/downloads.xul;
/cvsroot/mozilla/toolkit/mozapps/downloads/content/downloads.xul,v <-- downloads.xul
new revision: 1.47; previous revision: 1.46
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M11
Assignee | ||
Comment 7•18 years ago
|
||
Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; sk; rv:1.9b3pre) Gecko/2008013004 Minefield/3.0b3pre
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•