Closed
Bug 462200
Opened 16 years ago
Closed 16 years ago
wrong names for access keys introduced by Bug 459413
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adriank, Assigned: kairo)
Details
Attachments
(1 file)
3.23 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
(this is the SeaMonkey part of bug 462199)
The bug 459413 introduced this new entities in
notification.properties:
+geolocation.exactLocation=Exact Location (within 10 feet)
+geolocation.exactLocationKey=E
+geolocation.neighborhoodLocation=Neighborhood (within 1 mile)
+geolocation.neighborhoodLocationKey=N
+geolocation.nothingLocation=Nothing
+geolocation.nothingLocationKey=o
Unfortunately, our l10n tools like compare-locales or the translate toolkit do
not recognize entities of the form *Key as access keys, so this names needs to
be changed to e.g. *AccessKey .
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Hmm, right. I should have noticed that.
We might want to follow bug 462199 comment #1 here.
![]() |
Assignee | |
Comment 2•16 years ago
|
||
This patch changes us to use more L10n-sane .label/.accesskey.
Comment 3•16 years ago
|
||
Comment on attachment 345375 [details] [diff] [review]
change geolocation prompt to more L10n-sane .label/.accesskey
Do the other labels need to be fixed (the ones with no .label suffix, although the access keys still have .accesskey)?
Attachment #345375 -
Flags: review?(neil) → review+
![]() |
Assignee | |
Comment 4•16 years ago
|
||
Not sure, the tools might know to associate "foo.accesskey" with "foo" as well, actually, even though it's clearer with .label.
We currently have 9 locales that already have those strings, I wonder if we can automatically fix them in some way.
![]() |
Assignee | |
Comment 5•16 years ago
|
||
![]() |
Assignee | |
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•