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 71982 - I18N: "XML View" is hardcoded, not in bundle
Summary: I18N: "XML View" is hardcoded, not in bundle
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 12:47 UTC by Masaki Katakai
Modified: 2006-09-28 13:58 UTC (History)
2 users (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 2006-01-29 12:47:30 UTC
Please extract these strings to Bundle.properties so that l10n team can
translate them.

xml/text-edit/src/org/netbeans/modules/xml/text/navigator/XMLNavigatorPanel.ja
va

    public String getDisplayHint() {
        return "XML files navigator";
    }

    public String getDisplayName() {
        return "XML View";
    }
Comment 1 Marek Fukala 2006-01-30 10:04:14 UTC
fixed

Checking in Bundle.properties;
/cvs/xml/text-edit/src/org/netbeans/modules/xml/text/navigator/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in XMLNavigatorPanel.java;
/cvs/xml/text-edit/src/org/netbeans/modules/xml/text/navigator/XMLNavigatorPanel.java,v
 <--  XMLNavigatorPanel.java
new revision: 1.9; previous revision: 1.8
done
Comment 2 sunlit 2006-09-28 13:58:23 UTC
verified in 0927