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

Summary: I18N - the label "Global?" is hard-coded
Product: platform Reporter: jf4jbug <jf4jbug>
Component: Plugin ManagerAssignee: akemr <akemr>
Status: CLOSED FIXED    
Severity: blocker Keywords: I18N
Priority: P2    
Version: -FFJ-   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Since I have attached the snapshot, please see the attachment.

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.