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 95876 - I18N - same key names with different values in same bundle file
Summary: I18N - same key names with different values in same bundle file
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-02-17 19:51 UTC by Ken Frank
Modified: 2008-12-22 11:52 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 2007-02-17 19:51:23 UTC
if same key name but different values in a given bundle file,
its not clear which msg or label would be shown to user,
its not just an i18n issue related to translated.

In this case its just that the mnemonic is not on one of the
keys so if that one is used, there would be no mnemonic available.

org-openide-explorer
CTL_Properties=Properties
CTL_Properties=&Properties
Comment 1 Petr Nejedly 2007-09-14 07:28:34 UTC
Fixed by saubrecht in openide/explorer/src/org/openide/explorer/propertysheet/Bundle.properties,v1.6
Comment 2 Ken Frank 2007-09-28 21:41:45 UTC
v