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 160226 - I18N : "Profiling" is not defined in bundle
Summary: I18N : "Profiling" is not defined in bundle
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-13 01:07 UTC by Masaki Katakai
Modified: 2009-03-23 13:47 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-03-13 01:07:08 UTC
"Profiling" menu is not defined in Bundle.properties so it's can not localized now.
The following line needs to be added.

javafx.profiler/src/org/netbeans/modules/javafx/profiler/Bundle.properties:

+Editors/text/x-fx/Popup/Profiling=Profiling

Could you please fix by the 1st ml release?
Comment 1 Adam Sotona 2009-03-13 13:50:14 UTC
fixed
Comment 2 Masaki Katakai 2009-03-23 13:47:27 UTC
Verified. Thank you for the fix!