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 167435

Summary: I18N : "Please Wait..." on Navigator window is not from bundle
Product: editor Reporter: Masaki Katakai <masaki>
Component: CSL (API & infrastructure)Assignee: mslama <mslama>
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-06-22 04:01:43 UTC
It seems that "Please Wait..." is hardcoded. Please extract it to bundle.properties for 6.8.

csl.api/src/org/netbeans/modules/csl/navigation/ElementNode.java:
        @java.lang.Override
        public java.lang.String getDisplayName() {
            return "Please Wait...";
        }
Comment 1 mslama 2009-07-28 15:08:39 UTC
jet-main #d7cbd7917594
Comment 2 Quality Engineering 2009-07-29 05:58:55 UTC
Integrated into 'main-golden', will be available in build *200907290201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d7cbd7917594
User: Marek Slama <mslama@netbeans.org>
Log: #167435: Put wait node's display name to bundle.
Comment 3 Masaki Katakai 2009-08-03 04:52:50 UTC
Thank you Marek, I verified the fix on build 200908021401.