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 130117 - [loadgenerator] I18N : some strings are not from bundle
Summary: [loadgenerator] I18N : some strings are not from bundle
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-03-14 06:48 UTC by Masaki Katakai
Modified: 2008-03-20 15:00 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-03-14 06:48:16 UTC
I'm now testing ml modules of JMeter for 6.0.1 update center.
It seems that these strings are hardcoded.


monitor/loadgenerator/src/org/netbeans/modules/loadgenerator/actions

RemoveStoppedAction.java:
    super("Remove All Stopped", new ImageIcon(Utilities.loadImage(ICON)));

LoadAction.java:
    super("Start ...", new ImageIcon(Utilities.loadImage(ICON)));

StartAction.java:
    super("Restart", new ImageIcon(Utilities.loadImage(ICON)));

StopAction.java:
    super("Stop", new ImageIcon(Utilities.loadImage(ICON)));


monitor/loadgenerator/src/org/netbeans/modules/loadgenerator/api/impl

EngineManagerImpl.java:

        return "Supported scripts";
Comment 1 J Bachorik 2008-03-20 15:00:01 UTC
fixed

changeset:   74526:fcc4220ac7c9
tag:         tip
user:        yardus@netbeans.org
date:        Thu Mar 20 14:59:24 2008 +0100
summary:     #130117 - [loadgenerator] I18N : some strings are not from bundle