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 79887 - I18N: "Choose..." is displayed in English
Summary: I18N: "Choose..." is displayed in English
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-07-10 07:57 UTC by Masaki Katakai
Modified: 2006-08-23 12:39 UTC (History)
3 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-10 07:57:21 UTC
NetBeans 5.0, 5.5:

It seems that "Choose..." is hardcoded, which is displayed on the wizard at
creating Sun resources.

serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/sunresources/beans/WizardConstants.java
public static final String __FirstStepChoose = "Choose ...";

This issue is reproducible even in 5.0 but I don't remember I reported before...
Comment 1 Vince Kraemer 2006-07-24 17:30:02 UTC
easy fix.
Comment 2 Vince Kraemer 2006-07-25 00:35:19 UTC
Checking in ide/sunresources/wizards/MailWizard.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/MailWizard.java,v
 <--  MailWizard.java
new revision: 1.1.16.1.2.2; previous revision: 1.1.16.1.2.1
done
Checking in ide/sunresources/wizards/Bundle.properties;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.1.16.2.2.7; previous revision: 1.1.16.2.2.6
done
Checking in ide/sunresources/wizards/JMSWizard.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/JMSWizard.java,v
 <--  JMSWizard.java
new revision: 1.1.40.2; previous revision: 1.1.40.1
done
Checking in ide/sunresources/wizards/ConnPoolWizard.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/ConnPoolWizard.java,v
 <--  ConnPoolWizard.java
new revision: 1.1.40.2; previous revision: 1.1.40.1
done
Checking in ide/sunresources/wizards/PMFWizard.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/PMFWizard.java,v
 <--  PMFWizard.java
new revision: 1.1.16.1.2.2; previous revision: 1.1.16.1.2.1
done
Checking in ide/sunresources/wizards/DataSourceWizard.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/DataSourceWizard.java,v
 <--  DataSourceWizard.java
new revision: 1.1.16.1.2.2; previous revision: 1.1.16.1.2.1
done
Checking in sunresources/beans/WizardConstants.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/sunresources/beans/WizardConstants.java,v
 <--  WizardConstants.java
new revision: 1.1.16.4.2.9; previous revision: 1.1.16.4.2.8
done
Comment 3 Pavel Rehak 2006-08-23 12:39:58 UTC
Verified.