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 - I18N: "Redefine..." is hardcoded in BasicSettingsPanel.java
Summary: I18N: "Redefine..." is hardcoded in BasicSettingsPanel.java
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-11-07 16:03 UTC by Masaki Katakai
Modified: 2011-12-12 14:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot in Japanese locale (31.92 KB, image/png)
2011-11-07 16:05 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
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)