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 - I18N : "No relevant data available" is not from Bundle
Summary: I18N : "No relevant data available" is not from Bundle
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: J Bachorik
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-01-28 02:02 UTC by Masaki Katakai
Modified: 2008-03-31 23:13 UTC (History)
1 user (show)

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 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.