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 204787

Summary: I18N: "Redefine..." is hardcoded in BasicSettingsPanel.java
Product: apisupport Reporter: Masaki Katakai <masaki>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: normal Keywords: I18N
Priority: P2    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot in Japanese locale

Description Masaki Katakai 2011-11-07 16:03:58 UTC
"Redefine..." is hardcoded on dialog to create a window.

./apisupport.project/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/BasicSettingsPanel.java :

        org.openide.awt.Mnemonics.setLocalizedText(redefine, "&Redefine...");

Please extract it to resource bundle for localization.
Comment 1 Masaki Katakai 2011-11-07 16:05:44 UTC
Created attachment 112934 [details]
screenshot in Japanese locale
Comment 2 Jesse Glick 2011-11-08 14:15:31 UTC
core-main #dc9736a24b27
Comment 3 Quality Engineering 2011-11-09 16:13:54 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/dc9736a24b27
User: Jesse Glick <jglick@netbeans.org>
Log: #204787: I18N: "Redefine..." is hardcoded in BasicSettingsPanel.java
Comment 4 Tomas Danek 2011-12-12 14:32:24 UTC
verified in 7.1 (20111207)