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 - I18N : some messages on login dialog are hardcoded
Summary: I18N : some messages on login dialog are hardcoded
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-23 05:03 UTC by Masaki Katakai
Modified: 2009-04-05 18:12 UTC (History)
1 user (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 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.