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 117204

Summary: I18N - duplicate key in same bundle file
Product: platform Reporter: Ashizawa Kazunori <kasha>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ashizawa Kazunori 2007-10-01 06:59:30 UTC
The same key appears multiple times in a bundle file.  If each
messages should be different or should be used independently,
then each messages should have different keys.  If the message
is used at a single place, then multiple occurrences should be
unified.

This duplication means that it's not known at runtime which
message will be used.  This issue also increases translation
cost (time and effort).

autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/Bundle.properties:
SettingsTab.bProxy.text=&Proxy Settings
SettingsTab.bProxy.text=Proxy &Settings
Comment 1 Jiri Rechtacek 2007-10-01 16:13:55 UTC
Checking in Bundle.properties;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.48; previous revision: 1.47
done