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 151659 - I18N : "Please Wait..." message is hardcoded in xml.text
Summary: I18N : "Please Wait..." message is hardcoded in xml.text
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-10-29 06:24 UTC by Masaki Katakai
Modified: 2009-02-19 23:31 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 2008-10-29 06:24:00 UTC
It seems that "Please Wait..." message is hardcoded.

xml.text/src/org/netbeans/modules/xml/text/navigator/base/AbstractXMLNavigatorContent.java:

        @java.lang.Override
        public java.lang.String getDisplayName() {
            return "Please Wait...";
        }

Please extract the message to Bundle.properties for localization.
Comment 1 Samaresh Panda 2008-10-29 17:22:24 UTC
Fixed: http://hg.netbeans.org/main?cmd=changeset;node=aefcffe392c2.
Comment 2 Quality Engineering 2008-10-30 05:00:53 UTC
Integrated into 'main-golden', will be available in build *200810300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aefcffe392c2
User: samaresh@netbeans.org
Log: #151659 Message not from Bundle.