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 22317 - I18N - the label "Global?" is hard-coded
Summary: I18N - the label "Global?" is hard-coded
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: -FFJ-
Hardware: All All
: P2 blocker (vote)
Assignee: akemr
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-04-11 08:21 UTC by jf4jbug
Modified: 2007-05-21 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Since I have attached the snapshot, please see the attachment. (14.18 KB, image/gif)
2002-04-11 08:23 UTC, jf4jbug
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jf4jbug 2002-04-11 08:21:05 UTC
In the "View Certificates and Install Modules"
panel of Update Center Wizard,
the label "Global?" does not come from
Bundle.properties.

This label seems to be hard-coded in the following
file:

autoupdate/src/org/netbeans/modules/autoupdate/ResultsPanel.java

    private void initComponents()
{//GEN-BEGIN:initComponents
	.....
        globalLabel.setText("Global?");  <== Here
        gridBagConstraints = new
java.awt.GridBagConstraints();
        gridBagConstraints.gridx = 2;
        gridBagConstraints.gridy = 1;
        gridBagConstraints.anchor =
java.awt.GridBagConstraints.EAST;
        add(globalLabel, gridBagConstraints);

    }//GEN-END:initComponents
Comment 1 jf4jbug 2002-04-11 08:23:35 UTC
Created attachment 5368 [details]
Since I have attached the snapshot, please see the attachment.
Comment 2 akemr 2002-04-11 08:33:45 UTC
Fixed in trunk.

It should be fixed in 3.3.2 IMO
Comment 4 akemr 2002-04-12 12:34:32 UTC
integrated in orion_fcs
Comment 5 Jaromir Uhrik 2002-04-22 13:01:42 UTC
Verified [200204190100]
Comment 6 gautham mudra 2002-04-24 00:34:29 UTC
verified on build 020421.closing the issue
Comment 7 Jesse Glick 2002-12-23 16:36:42 UTC
Consistent use of the I18N keyword.