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 95875 - I18N - same keys with different values in same bundle file
Summary: I18N - same keys with different values in same bundle file
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2007-02-17 19:48 UTC by Ken Frank
Modified: 2007-06-10 20:11 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 Ken Frank 2007-02-17 19:48:37 UTC
if same keys with different values in same bundle file, its not clear
which msg or label will show to user, so its not just i18n situation 
for localized

org-netbeans-modules-utilities

ACS_TEXT_BUTTON_SHOW_CONTEXT=Show context area
ACS_TEXT_BUTTON_SHOW_CONTEXT=Toggles display of the matching string's context
Comment 1 Marian Petras 2007-02-19 10:44:38 UTC
Confirmed, accepted.

The respective file is in package org.netbeans.modules.search.
Comment 2 Marian Petras 2007-02-19 11:01:20 UTC
Fixed in the trunk.

Modified files:
   utilities/src/org/netbeans/modules/search/:
                                      ResultView.java   (1.37)
                                      Bundle.properties   (1.37)
Comment 3 Ken Frank 2007-06-10 20:11:49 UTC
v