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 - I18N : "Please Wait..." on Navigator window is not from bundle
Summary: I18N : "Please Wait..." on Navigator window is not from bundle
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-06-22 04:01 UTC by Masaki Katakai
Modified: 2009-08-03 04:52 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-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.