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 206000

Summary: i18N: "Choose source type" is hardcoded
Product: javafx Reporter: Masaki Katakai <masaki>
Component: PlatformAssignee: Anton Chechel <manowar>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2011-12-06 14:22:37 UTC
"Choose source type" is displayed in English because it's hardcoded.

javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPreloaderChooserVisualPanel1.java:
        return "Choose source type";

Please extract it to resource bundle for localization.
Comment 1 Anton Chechel 2012-01-24 14:17:14 UTC
fixed
http://hg.netbeans.org/jet-main/rev/5c28958870ed
Comment 2 Quality Engineering 2012-01-26 16:11:19 UTC
Integrated into 'main-golden', will be available in build *201201260600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5c28958870ed
User: Anton Chechel <manowar@netbeans.org>
Log: #206000 i18n