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 251313

Summary: I18N: extract New profiler messages to Bundle.properties
Product: profiler Reporter: Masaki Katakai <masaki>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: option of profiler

Description Masaki Katakai 2015-03-20 07:07:26 UTC
Created attachment 152740 [details]
option of profiler

Please check the screenshot attached. Strings with [] are from Bundle.properties.

It seems that many strings have not been extracted into resource bundle yet in new Profiler. I understand it's being development. Filed this bug for tracking purpose. Please mark as FIXED once possible strings are extracted to resource bundle for translation.

For example, "Display important action names" is hardcoded.

./profiler.options/src/org/netbeans/modules/profiler/options/ui/v2/impl/GeneralOptionsPanel.java: JCheckBox actionNamesChoice = new JCheckBox("Display important action names");
Comment 1 Jiri Sedlacek 2015-06-29 09:06:37 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/5fca23adb704.
Comment 2 Quality Engineering 2015-07-03 01:19:31 UTC
Integrated into 'main-silver', will be available in build *201507030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5fca23adb704
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #251622 #251313 - Profiler Options