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 80677 - I18N: "Run As" is hardcoded
Summary: I18N: "Run As" is hardcoded
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-07-20 04:05 UTC by Masaki Katakai
Modified: 2009-11-10 06:50 UTC (History)
2 users (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 2006-07-20 04:05:45 UTC
It seems that "Run As" is hardcoded so it's displayed in English.

./j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/RunAsPanel.java

        jLabel1.setText("Run As:");
Comment 1 Pavel Buzek 2006-08-10 21:11:52 UTC
easy fix in 5.5, assigning to correct component.
Comment 2 Erno Mononen 2006-08-15 09:20:05 UTC
Seems to be fixed already.
Comment 3 Pavel Rehak 2006-08-23 12:29:16 UTC
Verified.