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 206001 - I18N: "Splash image files" is hardcoded
Summary: I18N: "Splash image files" is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 14:24 UTC by Masaki Katakai
Modified: 2011-12-07 12:15 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:24:52 UTC
"Splash image files" on file chooser for selecting splash image is displayed in English.

./java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.java:
            return "Splash image files";

Please extract it to resource bundle for localization.
Comment 1 Tomas Zezula 2011-12-06 15:10:32 UTC
fixed jet-main da820fc3f935
Comment 2 Quality Engineering 2011-12-07 12:15:13 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/da820fc3f935
User: Tomas Zezula <tzezula@netbeans.org>
Log: #206001:I18N: "Splash image files" is hardcoded