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 160838

Summary: I18N : some messages on login dialog are hardcoded
Product: connecteddeveloper Reporter: Masaki Katakai <masaki>
Component: Team FrameworkAssignee: Jan Becicka <jbecicka>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2009-03-23 05:03:18 UTC
On login dialog, it looks "Login to Kenai" dialog title, "Login"
and "Cancel" button labels are hardcoded.

org/netbeans/modules/kenai/ui/spi/UIUtils.java:
        DialogDescriptor login = new DialogDescriptor(loginPanel, "Login to Kenai", true, new Object[]{"Login",
"Cancel"}, "Login", DialogDescriptor.DEFAULT_ALIGN, null, new ActionListener() {
Comment 1 Jan Becicka 2009-03-23 11:13:52 UTC
cdev/#dbb44bdb2787
Comment 2 Quality Engineering 2009-03-24 23:33:04 UTC
Integrated into 'main-golden', will be available in build *200903241535* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/dbb44bdb2787
User: Jan Becicka <jbecicka@netbeans.org>
Log: #160838: I18N : some messages on login dialog are hardcoded
Comment 3 Masaki Katakai 2009-03-25 02:45:03 UTC
Thank you for quick fix! Verified on build 200903241535.