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 188935 - I18N: "Prefix:" is hardcoded
Summary: I18N: "Prefix:" is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Erno Mononen
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2010-07-25 11:39 UTC by Masaki Katakai
Modified: 2010-10-25 09:23 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 2010-07-25 11:39:32 UTC
"Prefix" on wizard for creating a Composite Component looks hardcoded.

./web.jsf/src/org/netbeans/modules/web/jsf/wizards/CompositeComponentVisualPanel.java:

        prefixLabel.setText("Prefix:");

Please extract it to Bundle.properties.
Comment 1 Erno Mononen 2010-10-13 11:21:56 UTC
Taking over Alexey's JSF and Spring issues.
Comment 2 Erno Mononen 2010-10-20 14:02:23 UTC
Thanks for the catch, fixed in 6e85b78dda8f.
Comment 3 Quality Engineering 2010-10-25 09:23:02 UTC
Integrated into 'main-golden', will be available in build *201010210000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6e85b78dda8f
User: Erno Mononen <emononen@netbeans.org>
Log: #188935 - I18N: "Prefix:" is hardcoded