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 157956 - I18N : "Feature Not Found" is not extracted into Bundle.properties
Summary: I18N : "Feature Not Found" is not extracted into Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-02-05 02:01 UTC by Masaki Katakai
Modified: 2009-06-21 13:43 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 2009-02-05 02:01:53 UTC
trunk build : 200902031446

It seems that the title message "Feature Not Found" is not extracted into Bundle.properties.

./org/netbeans/modules/ide/ergonomics/Utilities.java:
                    descriptor[0] = new DialogDescriptor(new ConfigurationPanel(featureName, call, featureInfo),
"Feature Not Found");

Could you prepare it in Bundle.properties for localization?
Comment 1 Pavel Flaska 2009-02-05 21:00:45 UTC
changeset 116255	2d08fce4eed2
Comment 2 Quality Engineering 2009-02-11 08:06:05 UTC
Integrated into 'main-golden', will be available in build *200902110201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2d08fce4eed2
User: Pavel Flaska <pflaska@netbeans.org>
Log: #157956: Extract message to bundle
Comment 3 Masaki Katakai 2009-03-06 10:40:23 UTC
Thank you! Verified on 200903040201.