This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138425 - I18N - 2 key/value for assigning mnemonics is used in some bundle files
Summary: I18N - 2 key/value for assigning mnemonics is used in some bundle files
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: plebet
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-06-26 21:40 UTC by Ken Frank
Modified: 2009-02-27 14:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2008-06-26 21:40:55 UTC
in some *javascript* modules bundle files, the mnemonics are defined by 
the 2 key/value approach iie
LBL_ChangeParsMods=Access Modifier:
LBL_ChangeParsMods_MNEM=s


but nb policy for all new things is to use the '&' approach for mnemonics.
(this makes translation team work a lot easier)

(and older parts are supposed to change to use the '&' approach and there
have been various issues on them filed.
Comment 1 plebet 2008-07-29 19:58:54 UTC
There are some calls to methods that set the mnemonic via MNE_* properties in the Bundle.properties file, these need to
be removed or changed to use another solution that involves the & style of setting mnemonics. Also need to remove all
references to MNE_ in the properties file.
Comment 2 plebet 2008-07-29 20:38:21 UTC
There are some calls to methods that set the mnemonic via MNE_* properties in the Bundle.properties file, these need to
be removed or changed to use another solution that involves the & style of setting mnemonics. Also need to remove all
references to MNE_ in the properties file.