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 26112 - I18N - Title label in SettingsPanel.java is not internationalized
Summary: I18N - Title label in SettingsPanel.java is not internationalized
Status: CLOSED DUPLICATE of bug 23659
Alias: None
Product: contrib
Classification: Unclassified
Component: Filecopy (show other bugs)
Version: -FFJ-
Hardware: All All
: P3 blocker (vote)
Assignee: issues@contrib
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-07-30 09:46 UTC by jf4jbug
Modified: 2003-06-30 18:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Select Target dialog on japanese environment (4.94 KB, image/gif)
2002-07-30 09:50 UTC, jf4jbug
Details
Select Target dialog on english environment (4.78 KB, image/gif)
2002-07-30 09:51 UTC, jf4jbug
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jf4jbug 2002-07-30 09:46:02 UTC
Using ML Orion Build RC3,
in [Select Target] diolog, title label [Select
settings] is 
displayed in English. This is i18n issue.

To Reproduce:
[1] In Explorer, right-click any MIDlet suite
node.
[2] Select [Tools] -> [Copy File] in context menu.
At this point, [Select Target] dialog appears.

Title label massage seems to be from
nb_all/filecopy/src/org/netbeans/modules/filecopy/SettingsPanel.java.

---SettingsPanel.java-------------------------
    private void initComponents()
{//GEN-BEGIN:initComponents
        titleLabel = new javax.swing.JLabel();

	...

        titleLabel.setText("Select settings");
                            ~~~~~~~~~~~~~~~
        titleLabel.setFont(new
java.awt.Font("Dialog", 0, 18));
        titleLabel.setLabelFor(jList);
        
        ...
        
    }//GEN-END:initComponents
----------------------------------------------

Please examine this i18n.
Comment 1 jf4jbug 2002-07-30 09:50:12 UTC
Created attachment 6946 [details]
Select Target dialog on japanese environment
Comment 2 jf4jbug 2002-07-30 09:51:26 UTC
Created attachment 6947 [details]
Select Target dialog on english environment
Comment 3 Martin Ryzl 2002-07-30 10:09:48 UTC
It has already been fixed in main trunk.

*** This issue has been marked as a duplicate of 23659 ***
Comment 4 Jesse Glick 2002-12-23 16:37:29 UTC
Consistent use of the I18N keyword.
Comment 5 Quality Engineering 2003-06-30 18:16:05 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 6 Quality Engineering 2003-06-30 18:16:28 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.