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 157964 - I18N: OSGi messages on property dialog are not from Bundle
Summary: I18N: OSGi messages on property dialog are not from Bundle
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jun Qian
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-02-05 06:01 UTC by Masaki Katakai
Modified: 2009-04-15 18:01 UTC (History)
0 users

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-02-05 06:01:43 UTC
trunk build : 200902031446

On project property dialog, it seems that these strings are not defined in
Bundle.properties. Could you extract them to Bundle.properties for localization?

src/org/netbeans/modules/compapp/projects/jbi/ui/customizer/CustomizerGeneral.java:
        org.openide.awt.Mnemonics.setLocalizedText(jLabel3, "OSGi Platform Support:");
        org.openide.awt.Mnemonics.setLocalizedText(osgiContainerLabel, "OSGi Container Location:");
        org.openide.awt.Mnemonics.setLocalizedText(browseButton, "Browse...");
Comment 1 Jun Qian 2009-03-11 16:45:33 UTC
Fixed in soa-dev65 branch: http://hg.netbeans.org/soa-dev65/rev/be4fef45b2d4
Comment 2 fmartinez1 2009-04-15 18:01:16 UTC
Verified with developer. Closing ticket.