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 79032 - I18N - 2 keys with same name but different values in a welcome bundle file
Summary: I18N - 2 keys with same name but different values in a welcome bundle file
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: John Jullion-ceccarelli
URL:
Keywords: I18N
Depends on: 110899
Blocks:
  Show dependency tree
 
Reported: 2006-06-24 18:49 UTC by Ken Frank
Modified: 2007-08-24 11:15 UTC (History)
2 users (show)

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 2006-06-24 18:49:26 UTC
In a jar file of this module is bundle file that has same key name but
different values - this means when translated, its not known
which of the messages will be used. That is why its marked as P2.
Solution is to have just one key/value for the message. 

org-netbeans-modules-welcome
ProxyDialog.portLabel.text=Proxy &Host\:
ProxyDialog.portLabel.text=Proxy &Port\:

(not that the words Host and Port are the different parts of each above msg.
Comment 1 Patrick Keegan 2007-08-10 18:14:33 UTC
John, could you look at this? Or does it need to be reassigned to the ide/welcome module?
Comment 2 John Jullion-ceccarelli 2007-08-13 12:24:39 UTC
stando, could you take a look at this?
Comment 3 Stanislav Aubrecht 2007-08-13 14:35:27 UTC
the whole bundle actually won't be used anymore in the new welcome screen
Comment 4 Stanislav Aubrecht 2007-08-24 11:15:08 UTC
closing, the new welcome screen doesn't use those keys anymore, see #110899