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 82355 - I18N: "Enable MIME Content" is English
Summary: I18N: "Enable MIME Content" is English
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-08-10 09:31 UTC by Masaki Katakai
Modified: 2006-08-23 12:23 UTC (History)
3 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-08-10 09:31:19 UTC
Under websvc/customization/src/org/netbeans/modules/websvc/customization/multiview/,
there are some files that hardcoded "Enable MIME Content".

./BindingOperationPanel.java:        enableMIMEContentCB.setText("Enable MIME
Content");
./BindingPanel.java:        enableMIMEContentCB.setText("Enable MIME Content");
./DefinitionsPanel.java:        enableMIMEContentCB.setText("Enable MIME Content");

It seems that there is already resource bundle for this message,

./Bundle.properties:LBL_ENABLE_MIME_CONTENT=Enable MIME Content

Please use getString() with this key so that we can localize these strings.
Comment 1 Roderico Cruz 2006-08-11 22:19:13 UTC
Fixed.
Comment 2 Pavel Rehak 2006-08-23 12:23:04 UTC
Verified.