Closed
Bug 64419
Opened 24 years ago
Closed 24 years ago
Add "#localization note" to editor.properties file to explain accesskey for 'Discontinue Link'
Categories
(Core :: Internationalization: Localization, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.8
People
(Reporter: karl, Assigned: cmanske)
Details
(Keywords: l12y)
Attachments
(1 file)
846 bytes,
patch
|
Details | Diff | Splinter Review |
The accesskey for 'Discontinue Link' in Composer isn't currently localizable.
Reporter | ||
Updated•24 years ago
|
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Yes it is. The strings for the menu items and the accesskey is in
editor.properties.
It is using the same accesskey as for "RemoveLinks": "RemoveLinksAccesskey"
("n"in English). The menu text is changed dynamically and the accesskey key is
reset at that time. Both strings ("Remove Links" and "Discontinue Link" in
English) should contain the work "Link" and thus the accesskey should be from
that word. This should be localizable.
There's still a bug (41974) that prevents the accesskey from displaying correctly.
The same strategy is used to share the accesskey for "Remove All Text Styles"
and "Discontinue Text Styles", which both use "x" in English.
Should we simply add a "#LOCALIZATION NOTE" in editor.properties to explain this
behavior?
Reporter | ||
Comment 3•24 years ago
|
||
> Should we simply add a "#LOCALIZATION NOTE" in
> editor.properties to explain this behavior?
Yes!
It's very difficult to know which accesskey applies when the label and
accesskey don't share the same name.
Comment 4•24 years ago
|
||
cmanske: I thought bug 41974 was fixed a while back. Are you still seeing this?
If not, can you mark it fixed?
Assignee | ||
Comment 5•24 years ago
|
||
I'll add explanatory comments to editor.properties
Status: NEW → ASSIGNED
Summary: Accesskey for 'Discontinue Link' not localizable → Add "#localization note" to editor.properties file to explain accesskey for 'Discontinue Link'
Target Milestone: --- → mozilla0.8
Reassigned to cmanske@netscape.com
Assignee: rchen → cmanske
Status: ASSIGNED → NEW
Assignee | ||
Comment 7•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
Review needed -- thanks.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
r=timeless, but shouldn't
StopLinks=Discontinue Link
be outside of the
RemoveLinks
segment?
Assignee | ||
Comment 10•24 years ago
|
||
I'm not sure what you mean, but I will reorder the lines so related items are
clearly next to each other.
Assignee | ||
Comment 11•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•