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 163065 - remove just "=" line in editor properties file
Summary: remove just "=" line in editor properties file
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-20 03:47 UTC by Masaki Katakai
Modified: 2009-04-23 04:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-04-20 03:47:08 UTC
Please remove just "=" line from the following properties file.
Unfortunately our translation system can not handle such entry
and usually "=" will not be localized into any language.

javafx.editor/src/org/netbeans/modules/javafx/editor/format/Bundle.properties
Comment 1 Anton Chechel 2009-04-20 14:00:19 UTC
fixed
unfortunately there are a lot of unused strings in bundles (probably done by some automatic engine), I will check all of
them later, so you can change your translated bundles as well
Comment 2 Masaki Katakai 2009-04-23 04:00:43 UTC
Thank you for fixing! Verified.