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 70805

Summary: I18N - duplicate keys with different values in same bundle file
Product: platform Reporter: Ken Frank <kfrank>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug, mgrummich
Priority: P3 Keywords: I18N
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2005-12-27 04:29:38 UTC
org-netbeans-modules-autoupdate

LBL_ModuleUninstallPanel_UninstallConfirmation=Uninstalling module

LBL_ModuleUninstallPanel_UninstallConfirmation=Would you like to
proceed with uninstallation process and deactivate the above modules?

are in same bundle file but just one should be so that when localized, correct
message will be used.
Comment 1 Jiri Rechtacek 2006-01-03 14:40:23 UTC
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/catalog/Bundle.properties;
/shared/data/ccvs/repository/autoupdate/src/org/netbeans/modules/autoupdate/catalog/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/catalog/ModuleNodeUtils.java;
/shared/data/ccvs/repository/autoupdate/src/org/netbeans/modules/autoupdate/catalog/ModuleNodeUtils.java,v
 <--  ModuleNodeUtils.java
new revision: 1.6; previous revision: 1.5
done
Comment 2 Marek Grummich 2006-01-26 12:24:20 UTC
verified