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 201236 - I18N: "More..." is hardcoded on Frameworks panel
Summary: I18N: "More..." is hardcoded on Frameworks panel
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 07:32 UTC by Masaki Katakai
Modified: 2011-08-25 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (59.74 KB, image/png)
2011-08-23 07:32 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-08-23 07:32:00 UTC
Created attachment 110148 [details]
screenshot

Product Version: NetBeans IDE Dev (Build 201108220601)

On Frameworks step in new Web Application wizard, "More..." button
for RichFaces 4.0 is not localized. Please refer to the screenshot.

It seems that it's from the following code:

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

                        JButton button = new JButton("More...");

Could you extract it to resource bundle for localization?
Comment 1 Martin Fousek 2011-08-23 19:30:11 UTC
Of course, sorry for that. I will fix it soon.
Thanks for reporting.
Comment 2 Martin Fousek 2011-08-24 09:36:45 UTC
web-main #e27dbe234772
Comment 3 Quality Engineering 2011-08-25 13:58:25 UTC
Integrated into 'main-golden', will be available in build *201108250601* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e27dbe234772
User: Martin Fousek <marfous@netbeans.org>
Log: #201236 - I18N: "More..." is hardcoded on Frameworks panel