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 - i18N: "Choose source type" is hardcoded
Summary: i18N: "Choose source type" is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 14:22 UTC by Masaki Katakai
Modified: 2012-01-26 16:11 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 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