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 185627 - I18N : hint message in javafx.composer.design.analyzer.provider is not extracted to Bundle.properties
Summary: I18N : hint message in javafx.composer.design.analyzer.provider is not extrac...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Kaspar
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2010-05-06 16:15 UTC by Masaki Katakai
Modified: 2010-05-06 17:02 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 2010-05-06 16:15:13 UTC
It seems that the following hint message is not extracted into Bundle.properties.

javafx.composer.design/src/org/netbeans/modules/javafx/composer/design/analyzer/provider/UnsetSceneSizeAnalyze.java:
        return "Scene width or height is not set. Scene will be packed to minimal envelope of the content.";
Comment 1 David Kaspar 2010-05-06 17:02:20 UTC
Fixed - whole design.analyzer.provider package is I18N-ed.