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 104570 - I18N - message related to i18n of form not from bundle file
Summary: I18N - message related to i18n of form not from bundle file
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-05-23 05:35 UTC by Ken Frank
Modified: 2007-05-24 15:34 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 Ken Frank 2007-05-23 05:35:31 UTC
using pseudo localized netbeans for ja locale, drop a label then click at 3 dots
... of the text property -
the set label text property dialog appears

choose the using plain text option

the label at bottom near the check box is not from a bundle file
"Do not interntionalize this string"
Comment 1 Tomas Pavek 2007-05-24 09:35:44 UTC
This must be some mistake, "Do not internationalize this string" is not
hardcoded, it is taken from bundle:

form/src/org/netbeans/modules/form/editors2/Budnle.properties

CTL_NOI18NCheckBox=Do &not internationalize this string
Comment 2 Ken Frank 2007-05-24 15:34:36 UTC
Yes, its my mistake - I searched for Do not internationalize in bundles but
it is there as Do &not internationalize.


ken.frank@sun.com