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 185474 - I18N : Some strings of javafx.composer.design.control are not in Bundle.properties
Summary: I18N : Some strings of javafx.composer.design.control are not in Bundle.prope...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-05 05:18 UTC by Masaki Katakai
Modified: 2010-05-11 08:56 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-05 05:18:05 UTC
Product Version: NetBeans IDE Dev (Build 201005040200)

These strings in javafx.composer.design are not extracted into Bundle.properties.

javafx.composer.design/src/org/netbeans/modules/javafx/composer/design/control/ShowInvisibleComponentsAction.java:
        putValue(Action.SHORT_DESCRIPTION, "Show/Hide invisible components placeholders");

./javafx.composer.design/src/org/netbeans/modules/javafx/composer/design/control/FitSceneToDeviceViewportAction.java:
        putValue(Action.SHORT_DESCRIPTION, "Synchronize scene size with device vieport size");
Comment 1 David Kaspar 2010-05-11 08:54:57 UTC
Fixed - both classes has been I18N-ed.