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 32812

Summary: I18N - duplicate message keys with different messages in same bundle file
Product: utilities Reporter: Ken Frank <kfrank>
Component: ImageAssignee: issues@utilities <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jchalupa
Priority: P2 Keywords: I18N
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2003-04-10 23:22:05 UTC
./org/netbeans/modules/image/Bundle.properties


LBL_ZoomOut=Zoom Out
LBL_ZoomOut=Show / Hide Grid

When localized, its not known which message will
show when product is run in ja or zh locales
we localize for.
Comment 1 Jan Chalupa 2003-04-11 17:30:24 UTC
The second key/value pair seems to be incorrect. Unfortunately, it's
the one that is displayed as the tooltip for the Zoom Out button in
the Image Viewer tool bar.

It seems that if the bundle contains duplicate keys, the last one wins.
Comment 2 Jan Jancura 2003-04-14 08:57:24 UTC
fixed in the main trunk
Comment 3 Jan Chalupa 2003-04-14 09:47:59 UTC
So why is the target milestone still set to TBD? Should be '4.0' if
fixed in trunk.

Please fix for 3.5, too. Thanks.
Comment 4 hiroshiy 2003-06-13 11:20:46 UTC
I've verified the fixing in Nevada RC7 Build
  and S1S Trunk Build (030612).
Thank you for your fixing.