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 74986 - key is "REMOVE", but msg is "add"
Summary: key is "REMOVE", but msg is "add"
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jean-francois Denise
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 04:18 UTC by Masaki Katakai
Modified: 2006-04-13 16:08 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 2006-04-13 04:18:35 UTC
Sun g11n team started translations and got a question from translation vendor.

Are these typo in resource bundle?

Key is ...REMOVE... but messages says still "add".

./jmx/src/org/netbeans/modules/jmx/actions/dialog/Bundle.properties:ACCESS_REMOVE_NOTIFICATION_DESCRIPTION=Click
on this button to add a table row
./jmx/src/org/netbeans/modules/jmx/mbeanwizard/Bundle.properties:ACCESS_REMOVE_NOTIFICATION_DESCRIPTION=Click
on this button to add a table row

There are another keys for "ADD", so I think above should be "remove".

./jmx/src/org/netbeans/modules/jmx/actions/dialog/Bundle.properties:ACCESS_ADD_NOTIFICATION_DESCRIPTION=Click
on this button to add a table row
./jmx/src/org/netbeans/modules/jmx/mbeanwizard/Bundle.properties:ACCESS_ADD_NOTIFICATION_DESCRIPTION=Click
on this button to add a table row
Comment 1 Jean-francois Denise 2006-04-13 16:00:03 UTC
This is a bug. The description should be: Click on this button to remove a table row
Comment 2 Jean-francois Denise 2006-04-13 16:08:57 UTC
I changed the labels.