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 160227 - I18N : "JVM Arguments:","Browser" and "Web Start" on project properties dialog are not from bundle
Summary: I18N : "JVM Arguments:","Browser" and "Web Start" on project properties dialo...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-13 01:09 UTC by Masaki Katakai
Modified: 2011-10-19 12:06 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-03-13 01:09:04 UTC
Some strings on project property dialog can not be localized now.
"JVM Arguments:","Browser" and "Web Start" are hardcoded.

org/netbeans/modules/javafx/project/ui/customizer/CustomizerRun.java:
        org.openide.awt.Mnemonics.setLocalizedText(jvmLabel, "&JVM Arguments:");

org/netbeans/modules/javafx/project/ui/wizards/NewJavaFXProjectWizardIterator.java:
        profile.put( "$label", "Browser" ); //NOI18N
        profile.put( "$label", "Web Start" ); //NOI18N

Please extract them to Bundle.properties for localization.
Comment 1 Adam Sotona 2009-03-13 14:11:54 UTC
fixed
Comment 2 Masaki Katakai 2009-03-23 13:48:41 UTC
Verified. Thank you!
Comment 3 David Strupl 2011-10-19 12:06:04 UTC
Cleaning bugzilla categories ....