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 126061

Summary: I18N : "No relevant data available" is not from Bundle
Product: profiler Reporter: Masaki Katakai <masaki>
Component: BaseAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2008-01-28 02:02:42 UTC
"No relevant data available" is hardcoded so it's displayed in English on ml build.
Could you please extract it to Bundle.properties so that we can translate it?

./libs/jfluid-ui/src/org/netbeans/lib/profiler/ui/cpu/FlatProfilePanel.java:
        noDataPanel.add(new JLabel("No relevant data available"), BorderLayout.NORTH);
Comment 1 J Bachorik 2008-03-25 10:28:41 UTC
fixed

changeset:   75278:9e1895172fe8
tag:         tip
user:        yardus@netbeans.org
date:        Tue Mar 25 10:28:16 2008 +0100
summary:     Externalizing a message to Bundle.properties. Fixes #126061
Comment 2 Ken Frank 2008-03-31 23:13:24 UTC
its in bundle file.